Added requirements.txt
Browse files- requirements.txt +17 -0
requirements.txt
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
crewai[tools]
|
| 2 |
+
langchain-tools
|
| 3 |
+
crewai-tools
|
| 4 |
+
google-auth-oauthlib
|
| 5 |
+
google-api-python-client
|
| 6 |
+
pyvis
|
| 7 |
+
asyncio
|
| 8 |
+
onnxruntime==1.15.0
|
| 9 |
+
numpy<2.0.0
|
| 10 |
+
streamlit
|
| 11 |
+
firecrawl-py
|
| 12 |
+
spacy>=3.0.0
|
| 13 |
+
nltk>=3.8
|
| 14 |
+
https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.7.1/en_core_web_sm-3.7.1-py3-none-any.whl
|
| 15 |
+
python-docx>=0.8.11
|
| 16 |
+
docx2txt>=0.9
|
| 17 |
+
pymupdf>=1.25.5
|