Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -14,6 +14,7 @@ psycopg2-binary==2.9.10
|
|
| 14 |
# Auth
|
| 15 |
pyjwt==2.10.1
|
| 16 |
passlib[bcrypt]==1.7.4
|
|
|
|
| 17 |
python-multipart==0.0.20
|
| 18 |
email-validator==2.1.1
|
| 19 |
|
|
|
|
| 14 |
# Auth
|
| 15 |
pyjwt==2.10.1
|
| 16 |
passlib[bcrypt]==1.7.4
|
| 17 |
+
bcrypt==4.0.1
|
| 18 |
python-multipart==0.0.20
|
| 19 |
email-validator==2.1.1
|
| 20 |
|