Mulah commited on
Commit
c77d506
·
1 Parent(s): f04b23c

Add web.py + cheroot (opendelta transitive deps)

Browse files
Files changed (1) hide show
  1. 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