Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
-
fastapi=
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
|
|
|
|
|
| 1 |
+
fastapi>=0.95.0
|
| 2 |
+
uvicorn>=0.21.0
|
| 3 |
+
python-dotenv>=0.21.0
|
| 4 |
+
huggingface-hub>=0.14.0
|
| 5 |
+
pydantic>=1.10.0
|