Create requirements.txt
Browse files- requirements.txt +88 -0
requirements.txt
ADDED
|
@@ -0,0 +1,88 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
beautifulsoup4==4.12.2
|
| 2 |
+
flask~=3.0.1
|
| 3 |
+
Flask-SQLAlchemy~=3.0.5
|
| 4 |
+
SQLAlchemy~=2.0.29
|
| 5 |
+
Flask-Compress~=1.14
|
| 6 |
+
flask-login~=0.6.3
|
| 7 |
+
flask-migrate~=4.0.5
|
| 8 |
+
flask-restful~=0.3.10
|
| 9 |
+
flask-cors~=4.0.0
|
| 10 |
+
gunicorn~=22.0.0
|
| 11 |
+
gevent~=23.9.1
|
| 12 |
+
openai~=1.29.0
|
| 13 |
+
tiktoken~=0.7.0
|
| 14 |
+
psycopg2-binary~=2.9.6
|
| 15 |
+
pycryptodome==3.19.1
|
| 16 |
+
python-dotenv==1.0.0
|
| 17 |
+
Authlib==1.2.0
|
| 18 |
+
boto3==1.34.123
|
| 19 |
+
cachetools~=5.3.0
|
| 20 |
+
weaviate-client~=3.21.0
|
| 21 |
+
mailchimp-transactional~=1.0.50
|
| 22 |
+
scikit-learn==1.2.2
|
| 23 |
+
sentry-sdk[flask]~=1.39.2
|
| 24 |
+
sympy==1.12
|
| 25 |
+
jieba==0.42.1
|
| 26 |
+
celery~=5.3.6
|
| 27 |
+
redis[hiredis]~=5.0.3
|
| 28 |
+
chardet~=5.1.0
|
| 29 |
+
python-docx~=1.1.0
|
| 30 |
+
pypdfium2~=4.17.0
|
| 31 |
+
resend~=0.7.0
|
| 32 |
+
pyjwt~=2.8.0
|
| 33 |
+
anthropic~=0.23.1
|
| 34 |
+
newspaper3k==0.2.8
|
| 35 |
+
wikipedia==1.4.0
|
| 36 |
+
readabilipy==0.2.0
|
| 37 |
+
google-ai-generativelanguage==0.6.1
|
| 38 |
+
google-api-core==2.18.0
|
| 39 |
+
google-api-python-client==2.90.0
|
| 40 |
+
google-auth==2.29.0
|
| 41 |
+
google-auth-httplib2==0.2.0
|
| 42 |
+
google-generativeai==0.5.0
|
| 43 |
+
googleapis-common-protos==1.63.0
|
| 44 |
+
google-cloud-storage==2.16.0
|
| 45 |
+
replicate~=0.22.0
|
| 46 |
+
websocket-client~=1.7.0
|
| 47 |
+
dashscope[tokenizer]~=1.17.0
|
| 48 |
+
huggingface_hub~=0.16.4
|
| 49 |
+
transformers~=4.35.0
|
| 50 |
+
tokenizers~=0.15.0
|
| 51 |
+
pandas[performance,excel]~=2.2.2
|
| 52 |
+
xinference-client==0.9.4
|
| 53 |
+
safetensors~=0.4.3
|
| 54 |
+
zhipuai==1.0.7
|
| 55 |
+
werkzeug~=3.0.1
|
| 56 |
+
pymilvus==2.3.1
|
| 57 |
+
qdrant-client==1.7.3
|
| 58 |
+
cohere~=5.2.4
|
| 59 |
+
pyyaml~=6.0.1
|
| 60 |
+
numpy~=1.26.4
|
| 61 |
+
unstructured[docx,pptx,msg,md,ppt,epub]~=0.10.27
|
| 62 |
+
bs4~=0.0.1
|
| 63 |
+
markdown~=3.5.1
|
| 64 |
+
httpx[socks]~=0.24.1
|
| 65 |
+
matplotlib~=3.8.2
|
| 66 |
+
yfinance~=0.2.40
|
| 67 |
+
pydub~=0.25.1
|
| 68 |
+
gmpy2~=2.1.5
|
| 69 |
+
numexpr~=2.9.0
|
| 70 |
+
duckduckgo-search~=6.1.5
|
| 71 |
+
arxiv==2.1.0
|
| 72 |
+
yarl~=1.9.4
|
| 73 |
+
twilio~=9.0.4
|
| 74 |
+
qrcode~=7.4.2
|
| 75 |
+
azure-storage-blob==12.13.0
|
| 76 |
+
azure-identity==1.15.0
|
| 77 |
+
lxml==5.1.0
|
| 78 |
+
pydantic~=1.10.0
|
| 79 |
+
pgvecto-rs==0.1.4
|
| 80 |
+
firecrawl-py==0.0.5
|
| 81 |
+
oss2==2.18.5
|
| 82 |
+
pgvector==0.2.5
|
| 83 |
+
pymysql==1.1.1
|
| 84 |
+
tidb-vector==0.0.9
|
| 85 |
+
google-cloud-aiplatform==1.49.0
|
| 86 |
+
vanna[postgres,mysql,clickhouse,duckdb]==0.5.5
|
| 87 |
+
tencentcloud-sdk-python-hunyuan~=3.0.1158
|
| 88 |
+
chromadb~=0.5.0
|