Spaces:
Running
Running
Update requirements.txt
#1
by
anasfsd123
- opened
- requirements.txt +9 -11
requirements.txt
CHANGED
@@ -1,11 +1,9 @@
|
|
1 |
-
streamlit
|
2 |
-
crewai
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
langchain
|
10 |
-
markdown>=3.5.0
|
11 |
-
requests>=2.31.0
|
|
|
1 |
+
streamlit
|
2 |
+
crewai
|
3 |
+
transformers
|
4 |
+
torch
|
5 |
+
nltk
|
6 |
+
textstat
|
7 |
+
beautifulsoup4
|
8 |
+
duckduckgo-search
|
9 |
+
langchain
|
|
|
|