Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -23,4 +23,5 @@ bcrypt==3.2.0
|
|
| 23 |
# or try a more recent bcrypt if 3.2.0 also has issues, e.g., bcrypt==4.0.1
|
| 24 |
# but ensure it's compatible with your passlib version.
|
| 25 |
# passlib often bundles bcrypt via `passlib[bcrypt]`, try that too:
|
| 26 |
-
# passlib[bcrypt]>=1.7.4
|
|
|
|
|
|
| 23 |
# or try a more recent bcrypt if 3.2.0 also has issues, e.g., bcrypt==4.0.1
|
| 24 |
# but ensure it's compatible with your passlib version.
|
| 25 |
# passlib often bundles bcrypt via `passlib[bcrypt]`, try that too:
|
| 26 |
+
# passlib[bcrypt]>=1.7.4
|
| 27 |
+
langchain-google-genai
|