Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -5
requirements.txt
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
python-
|
| 5 |
-
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi==0.95.2
|
| 2 |
+
uvicorn==0.22.0
|
| 3 |
+
passlib==1.7.4
|
| 4 |
+
python-jose==3.3.0
|
| 5 |
+
python-multipart==0.0.6
|
| 6 |
+
gradio==3.34.0
|
| 7 |
+
requests==2.28.2
|