Spaces:
Sleeping
Sleeping
Add web.py + cheroot (opendelta transitive deps)
Browse files- requirements.txt +4 -0
requirements.txt
CHANGED
|
@@ -44,6 +44,10 @@ plotly==6.1.2
|
|
| 44 |
pycocotools==2.0.10
|
| 45 |
regex==2024.11.6
|
| 46 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 47 |
# spacy's runtime deps (spacy itself is installed --no-deps in the Dockerfile
|
| 48 |
# because its typer<0.10 pin conflicts with gradio's typer>=0.12)
|
| 49 |
catalogue==2.0.10
|
|
|
|
| 44 |
pycocotools==2.0.10
|
| 45 |
regex==2024.11.6
|
| 46 |
|
| 47 |
+
# opendelta imports these at package load time
|
| 48 |
+
web.py==0.62
|
| 49 |
+
cheroot==10.0.1
|
| 50 |
+
|
| 51 |
# spacy's runtime deps (spacy itself is installed --no-deps in the Dockerfile
|
| 52 |
# because its typer<0.10 pin conflicts with gradio's typer>=0.12)
|
| 53 |
catalogue==2.0.10
|