MetaGPT
Зеркало из https://github.com/geekan/MetaGPT
/
requirements.txt
91 строка · 2.2 Кб
1aiohttp==3.8.6
2#azure_storage==0.37.0
3channels==4.0.0
4# Django==4.1.5
5# docx==0.2.4
6#faiss==1.5.3
7faiss_cpu==1.7.4
8fire==0.4.0
9typer==0.9.0
10# godot==0.1.1
11# google_api_python_client==2.93.0 # Used by search_engine.py
12lancedb==0.4.0
13loguru==0.6.0
14meilisearch==0.21.0
15numpy~=1.26.4
16openai~=1.64.0
17openpyxl~=3.1.5
18beautifulsoup4==4.12.3
19pandas==2.1.1
20pydantic>=2.5.3
21#pygame==2.1.3
22# pymilvus==2.4.6
23# pytest==7.2.2 # test extras require
24python_docx==0.8.11
25PyYAML==6.0.1
26# sentence_transformers==2.2.2
27setuptools==65.6.3
28tenacity==8.2.3
29tiktoken==0.7.0
30tqdm==4.66.2
31#unstructured[local-inference]
32# selenium>4
33# webdriver_manager<3.9
34anthropic==0.47.2
35typing-inspect==0.8.0
36libcst==1.0.1
37qdrant-client==1.7.0
38grpcio~=1.67.0
39grpcio-tools~=1.62.3
40grpcio-status~=1.62.3
41# pytest-mock==3.11.1 # test extras require
42# open-interpreter==0.1.7; python_version>"3.9" # Conflict with openai 1.x
43ta==0.10.2
44semantic-kernel==0.4.3.dev0
45wrapt==1.15.0
46#aiohttp_jinja2
47# azure-cognitiveservices-speech~=1.31.0 # Used by metagpt/tools/azure_tts.py
48#aioboto3~=12.4.0 # Used by metagpt/utils/s3.py
49redis~=5.0.0 # Used by metagpt/utils/redis.py
50curl-cffi~=0.7.0
51httplib2~=0.22.0
52websocket-client~=1.8.0
53aiofiles==23.2.1
54gitpython==3.1.40
55zhipuai~=2.1.5
56rich==13.6.0
57nbclient==0.9.0
58nbformat==5.9.2
59ipython==8.17.2
60ipykernel==6.27.1
61scikit_learn==1.3.2
62typing-extensions==4.11.0
63socksio~=1.0.0
64gitignore-parser==0.1.9
65# connexion[uvicorn]~=3.0.5 # Used by metagpt/tools/openapi_v3_hello.py
66websockets>=10.0,<12.0
67networkx~=3.2.1
68google-generativeai==0.4.1
69playwright>=1.26 # used at metagpt/tools/libs/web_scraping.py
70anytree
71ipywidgets==8.1.1
72Pillow
73imap_tools==1.5.0 # Used by metagpt/tools/libs/email_login.py
74pylint~=3.0.3
75pygithub~=2.3
76htmlmin
77fsspec
78grep-ast~=0.3.3 # linter
79unidiff==0.7.5 # used at metagpt/tools/libs/cr.py
80qianfan~=0.4.4
81dashscope~=1.19.3
82rank-bm25==0.2.2 # for tool recommendation
83jieba==0.42.1 # for tool recommendation
84volcengine-python-sdk[ark]~=1.0.94 # Solution for installation error in Windows: https://github.com/volcengine/volcengine-python-sdk/issues/5
85gymnasium==0.29.1
86boto3~=1.34.69
87spark_ai_python~=0.3.30
88agentops
89tree_sitter~=0.23.2
90tree_sitter_python~=0.23.2
91httpx==0.28.1