Spaces:
Build error
Build error
Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi==0.95.0
|
| 2 |
+
uvicorn==0.22.0
|
| 3 |
+
pymongo==4.1.1
|
| 4 |
+
pydantic==1.10.5
|
| 5 |
+
passlib==1.7.4
|
| 6 |
+
python-jose==3.3.0
|
| 7 |
+
bson==0.5.10
|