Create requirements.txt
Browse files- requirements.txt +4 -0
requirements.txt
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit==1.25.0
|
2 |
+
crewai==0.1.0
|
3 |
+
langchain-groq==0.1.0
|
4 |
+
python-dotenv==1.0.0
|