added langchain-community
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -14,6 +14,7 @@ SQLAlchemy
|
|
14 |
passlib # for password hashing
|
15 |
pydantic[email]
|
16 |
uvicorn
|
|
|
17 |
ujson
|
18 |
yt-dlp
|
19 |
psutil
|
|
|
14 |
passlib # for password hashing
|
15 |
pydantic[email]
|
16 |
uvicorn
|
17 |
+
langchain-community
|
18 |
ujson
|
19 |
yt-dlp
|
20 |
psutil
|