Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -16,8 +16,8 @@ docx2txt
|
|
| 16 |
json_repair
|
| 17 |
python-dotenv
|
| 18 |
elasticsearch
|
| 19 |
-
|
| 20 |
-
passlib[bcrypt]
|
| 21 |
python-multipart
|
| 22 |
python-jose[cryptography]
|
| 23 |
google-genai
|
|
|
|
| 16 |
json_repair
|
| 17 |
python-dotenv
|
| 18 |
elasticsearch
|
| 19 |
+
bcrypt==4.3.0
|
| 20 |
+
passlib[bcrypt]==1.7.4
|
| 21 |
python-multipart
|
| 22 |
python-jose[cryptography]
|
| 23 |
google-genai
|