Commit ·
8aecb90
1
Parent(s): 7e92771
Fix bcrypt compatibility issue for user registration
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -12,7 +12,7 @@ python-dotenv
|
|
| 12 |
PyJWT
|
| 13 |
python-jose[cryptography]
|
| 14 |
cryptography
|
| 15 |
-
passlib
|
| 16 |
-
bcrypt
|
| 17 |
requests
|
| 18 |
python-multipart
|
|
|
|
| 12 |
PyJWT
|
| 13 |
python-jose[cryptography]
|
| 14 |
cryptography
|
| 15 |
+
passlib[bcrypt]
|
| 16 |
+
bcrypt==4.0.1
|
| 17 |
requests
|
| 18 |
python-multipart
|