updated requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -3,4 +3,5 @@ uvicorn[standard]
|
|
3 |
sqlmodel
|
4 |
python-multipart
|
5 |
python-jose[cryptography]
|
6 |
-
passlib[bcrypt]
|
|
|
|
3 |
sqlmodel
|
4 |
python-multipart
|
5 |
python-jose[cryptography]
|
6 |
+
passlib[bcrypt]
|
7 |
+
requests
|