Spaces:
Sleeping
Sleeping
Zeetay commited on
Commit ·
8ebf9fc
1
Parent(s): 574ccfd
Pin bcrypt to 4.0.1 for passlib 1.7.4 compatibility
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -15,6 +15,7 @@ slowapi==0.1.9
|
|
| 15 |
|
| 16 |
# Auth
|
| 17 |
passlib[bcrypt]==1.7.4
|
|
|
|
| 18 |
PyJWT==2.10.1
|
| 19 |
email-validator==2.2.0
|
| 20 |
|
|
|
|
| 15 |
|
| 16 |
# Auth
|
| 17 |
passlib[bcrypt]==1.7.4
|
| 18 |
+
bcrypt==4.0.1
|
| 19 |
PyJWT==2.10.1
|
| 20 |
email-validator==2.2.0
|
| 21 |
|