DrishtiSharma
commited on
Commit
•
5282ffa
1
Parent(s):
3dc3853
Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
CHANGED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
10 |
+
py-readability-metrics
|