Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -3,7 +3,8 @@ uvicorn
|
|
| 3 |
sqlalchemy>=2.0.0
|
| 4 |
asyncpg
|
| 5 |
python-jose[cryptography]
|
| 6 |
-
passlib
|
|
|
|
| 7 |
python-multipart
|
| 8 |
pydantic>=2.0.0
|
| 9 |
pydantic-settings
|
|
|
|
| 3 |
sqlalchemy>=2.0.0
|
| 4 |
asyncpg
|
| 5 |
python-jose[cryptography]
|
| 6 |
+
passlib
|
| 7 |
+
bcrypt==3.2.0
|
| 8 |
python-multipart
|
| 9 |
pydantic>=2.0.0
|
| 10 |
pydantic-settings
|