fix:fixed multi mode deployment
Browse files- pyproject.toml +1 -0
- requirements.txt +1 -0
- uv.lock +0 -0
pyproject.toml
CHANGED
|
@@ -23,6 +23,7 @@ dependencies = [
|
|
| 23 |
"jinja2==3.1.4",
|
| 24 |
"markupsafe==2.1.5",
|
| 25 |
"websockets==12.0",
|
|
|
|
| 26 |
"audioop-lts>=0.2.2; python_version >= '3.13'"
|
| 27 |
]
|
| 28 |
|
|
|
|
| 23 |
"jinja2==3.1.4",
|
| 24 |
"markupsafe==2.1.5",
|
| 25 |
"websockets==12.0",
|
| 26 |
+
"requests>=2.31.0",
|
| 27 |
"audioop-lts>=0.2.2; python_version >= '3.13'"
|
| 28 |
]
|
| 29 |
|
requirements.txt
CHANGED
|
@@ -12,4 +12,5 @@ huggingface-hub==0.25.2
|
|
| 12 |
jinja2==3.1.4
|
| 13 |
markupsafe==2.1.5
|
| 14 |
websockets==12.0
|
|
|
|
| 15 |
audioop-lts>=0.2.2; python_version >= "3.13"
|
|
|
|
| 12 |
jinja2==3.1.4
|
| 13 |
markupsafe==2.1.5
|
| 14 |
websockets==12.0
|
| 15 |
+
requests>=2.31.0
|
| 16 |
audioop-lts>=0.2.2; python_version >= "3.13"
|
uv.lock
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|