Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -1,8 +1,9 @@
|
|
| 1 |
fastapi==0.111.0
|
| 2 |
uvicorn==0.29.0
|
| 3 |
python-multipart==0.0.9
|
| 4 |
-
bcrypt==
|
| 5 |
python-jose[cryptography]==3.3.0
|
| 6 |
aiofiles==23.2.1
|
| 7 |
pydantic[email]==2.7.1
|
| 8 |
-
email-validator==2.1.1
|
|
|
|
|
|
| 1 |
fastapi==0.111.0
|
| 2 |
uvicorn==0.29.0
|
| 3 |
python-multipart==0.0.9
|
| 4 |
+
bcrypt==4.0.1
|
| 5 |
python-jose[cryptography]==3.3.0
|
| 6 |
aiofiles==23.2.1
|
| 7 |
pydantic[email]==2.7.1
|
| 8 |
+
email-validator==2.1.1
|
| 9 |
+
httpx==0.27.0
|