Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
alembic>=1.17.2
|
| 2 |
fastapi>=0.124.4
|
| 3 |
-
passlib
|
| 4 |
-
bcrypt
|
| 5 |
psycopg2-binary>=2.9.11
|
| 6 |
pydantic-settings>=2.12.0
|
| 7 |
pydantic[email]>=2.12.5
|
|
@@ -13,4 +13,4 @@ httpx>=0.28.1
|
|
| 13 |
pytest>=9.0.2
|
| 14 |
pytest-asyncio>=1.3.0
|
| 15 |
python-dotenv>=1.0.1
|
| 16 |
-
cryptography>=45.0.0
|
|
|
|
| 1 |
alembic>=1.17.2
|
| 2 |
fastapi>=0.124.4
|
| 3 |
+
passlib[bcrypt]==1.7.4
|
| 4 |
+
bcrypt==4.2.1
|
| 5 |
psycopg2-binary>=2.9.11
|
| 6 |
pydantic-settings>=2.12.0
|
| 7 |
pydantic[email]>=2.12.5
|
|
|
|
| 13 |
pytest>=9.0.2
|
| 14 |
pytest-asyncio>=1.3.0
|
| 15 |
python-dotenv>=1.0.1
|
| 16 |
+
cryptography>=45.0.0
|