Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
-
fastapi==0.
|
2 |
-
uvicorn
|
|
|
|
|
3 |
spacy==3.4.4
|
4 |
spacy-experimental==0.6.4
|
5 |
httpx==0.24.1
|
|
|
1 |
+
fastapi==0.99.1
|
2 |
+
uvicorn
|
3 |
+
requests
|
4 |
+
pydantic==1.10.12
|
5 |
spacy==3.4.4
|
6 |
spacy-experimental==0.6.4
|
7 |
httpx==0.24.1
|