Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
langchain-core==0.3.15
|
2 |
+
langchain-openai==0.2.6
|
3 |
+
langgraph==0.2.45
|
4 |
+
streamlit
|
5 |
+
wikipedia==1.4.0
|
6 |
+
bs4==0.0.2
|
7 |
+
reportlab==4.2.5
|
8 |
+
crewai[tools]
|
9 |
+
pysqlite3-binary
|