Add requirements.txt for Tengu build

This commit is contained in:
Adam Ladachowski
2026-02-14 08:54:02 +01:00
parent ab2ef4258b
commit c6da517b08
2 changed files with 25 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
runtime: python
build_cmd: uv pip install --system -e '.[server]'
build_cmd: uv pip install --system -r requirements.txt && uv pip install --system -e '.[server]'
cmd: tsr serve --host 0.0.0.0 --port 5000 --sd-server http://172.17.0.1:1234
port: 5000