Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -16,4 +16,5 @@ requests # For API tools
|
|
16 |
# For Hugging Face Spaces, ensure specific versions if needed
|
17 |
# Example:
|
18 |
# streamlit==1.30.0
|
19 |
-
# langchain==0.1.5
|
|
|
|
16 |
# For Hugging Face Spaces, ensure specific versions if needed
|
17 |
# Example:
|
18 |
# streamlit==1.30.0
|
19 |
+
# langchain==0.1.5
|
20 |
+
passlib[bcrypt]>=1.7.4
|