Spaces:
Running
Running
Create requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit>=1.28.0
|
2 |
+
crewai>=0.11.0
|
3 |
+
groq>=0.4.0
|
4 |
+
nltk>=3.8.1
|
5 |
+
textstat>=0.7.3
|
6 |
+
beautifulsoup4>=4.12.0
|
7 |
+
duckduckgo-search>=4.1.0
|
8 |
+
litellm>=1.0.0
|
9 |
+
langchain>=0.1.0
|
10 |
+
markdown>=3.5.0
|
11 |
+
requests>=2.31.0
|