Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -6,8 +6,9 @@ python-multipart==0.0.6
|
|
| 6 |
# Authentication & Security
|
| 7 |
python-jose[cryptography]==3.3.0
|
| 8 |
passlib[bcrypt]==1.7.4
|
| 9 |
-
bcrypt==4.1
|
| 10 |
python-dotenv==1.0.0
|
|
|
|
| 11 |
|
| 12 |
# Database
|
| 13 |
sqlalchemy==2.0.23
|
|
|
|
| 6 |
# Authentication & Security
|
| 7 |
python-jose[cryptography]==3.3.0
|
| 8 |
passlib[bcrypt]==1.7.4
|
| 9 |
+
bcrypt==4.0.1
|
| 10 |
python-dotenv==1.0.0
|
| 11 |
+
email-validator==2.1.0.post1
|
| 12 |
|
| 13 |
# Database
|
| 14 |
sqlalchemy==2.0.23
|