Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +8 -7
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
-
fastapi
|
2 |
-
uvicorn
|
3 |
-
pymongo
|
4 |
-
python-jose
|
5 |
-
passlib[bcrypt]
|
6 |
-
python-multipart
|
7 |
-
python-dotenv
|
|
|
|
1 |
+
fastapi
|
2 |
+
uvicorn[standard]
|
3 |
+
pymongo
|
4 |
+
python-jose
|
5 |
+
passlib[bcrypt]
|
6 |
+
python-multipart
|
7 |
+
python-dotenv
|
8 |
+
websockets
|