rohanshaw commited on
Commit
f6086e8
·
verified ·
1 Parent(s): 7e2225b

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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