Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
crewai
|
2 |
+
crewai-tools
|
3 |
+
langchain
|
4 |
+
langchain-community
|
5 |
+
langchain-openai
|
6 |
+
langchain-groq
|
7 |
+
langchain-anthropic
|
8 |
+
streamlit
|
9 |
+
python-dotenv
|