Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +7 -8
requirements.txt
CHANGED
@@ -1,8 +1,7 @@
|
|
1 |
-
fastapi
|
2 |
-
uvicorn
|
3 |
-
pymongo
|
4 |
-
pydantic
|
5 |
-
passlib
|
6 |
-
python-jose
|
7 |
-
|
8 |
-
dnspython
|
|
|
1 |
+
fastapi==0.112.0
|
2 |
+
uvicorn==0.30.5
|
3 |
+
pymongo==4.8.0
|
4 |
+
pydantic==2.8.2
|
5 |
+
passlib==1.7.4
|
6 |
+
python-jose==3.3.0
|
7 |
+
dnspython==2.6.1
|
|