MetaGPT/requirements.txt

62 lines
1.3 KiB
Text
Raw Normal View History

2023-07-13 09:28:51 +08:00
aiohttp==3.8.4
2023-07-13 13:18:38 +08:00
#azure_storage==0.37.0
2023-07-13 09:28:51 +08:00
channels==4.0.0
2023-07-13 13:18:38 +08:00
# chromadb==0.3.22
# Django==4.1.5
# docx==0.2.4
#faiss==1.5.3
2023-07-13 09:28:51 +08:00
faiss_cpu==1.7.4
fire==0.4.0
2023-11-27 15:48:07 +08:00
typer
2023-07-13 13:18:38 +08:00
# godot==0.1.1
2023-12-26 13:31:50 +08:00
# google_api_python_client==2.93.0 # Used by search_engine.py
2023-08-09 16:53:01 -07:00
lancedb==0.1.16
2023-12-23 19:43:12 +08:00
langchain==0.0.352
2023-07-13 09:28:51 +08:00
loguru==0.6.0
meilisearch==0.21.0
numpy==1.24.3
2023-12-21 11:47:29 +08:00
openai==1.6.0
2023-06-30 18:51:29 +08:00
openpyxl
beautifulsoup4==4.12.2
pandas==2.0.3
2023-08-13 13:56:29 +08:00
pydantic==1.10.8
2023-07-13 13:18:38 +08:00
#pygame==2.1.3
#pymilvus==2.2.8
2023-07-13 09:28:51 +08:00
pytest==7.2.2
python_docx==0.8.11
PyYAML==6.0.1
2023-07-13 13:18:38 +08:00
# sentence_transformers==2.2.2
2023-07-13 09:28:51 +08:00
setuptools==65.6.3
tenacity==8.2.2
2023-12-06 16:06:17 +08:00
tiktoken==0.5.2
2023-07-13 09:28:51 +08:00
tqdm==4.64.0
2023-07-13 13:18:38 +08:00
#unstructured[local-inference]
2023-07-24 00:22:38 +08:00
# selenium>4
# webdriver_manager<3.9
anthropic==0.3.6
2023-10-16 22:53:28 +08:00
typing-inspect==0.8.0
2023-08-09 10:51:13 +08:00
aiofiles
2023-12-21 13:59:00 +08:00
typing_extensions==4.7.0
2023-08-06 17:56:24 +08:00
libcst==1.0.1
2023-09-07 16:16:11 +08:00
qdrant-client==1.4.0
pytest-mock==3.11.1
2023-12-26 10:03:56 +08:00
# open-interpreter==0.1.7; python_version>"3.9" # Conflict with openai 1.x
2023-09-15 18:41:28 +08:00
ta==0.10.2
2023-12-09 16:20:01 +08:00
semantic-kernel==0.4.0.dev0
2023-10-07 16:23:13 +08:00
wrapt==1.15.0
2023-12-04 13:55:12 +08:00
#aiohttp_jinja2
2023-12-26 10:03:56 +08:00
# azure-cognitiveservices-speech~=1.31.0 # Used by metagpt/tools/azure_tts.py
#aioboto3~=11.3.0 # Used by metagpt/utils/s3.py
aioredis~=2.0.1 # Used by metagpt/utils/redis.py
2023-12-04 13:55:12 +08:00
websocket-client==1.6.2
2023-11-22 17:08:00 +08:00
aiofiles==23.2.1
2023-11-28 18:16:50 +08:00
gitpython==3.1.40
zhipuai==1.0.7
2023-12-07 15:51:12 +08:00
socksio~=1.0.0
gitignore-parser==0.1.9
2023-12-26 10:03:56 +08:00
# connexion[uvicorn]~=3.0.5 # Used by metagpt/tools/hello.py
2023-12-19 16:32:51 +08:00
websockets~=12.0
2023-12-21 12:09:39 +08:00
networkx~=3.2.1
2023-12-14 16:45:40 +08:00
google-generativeai==0.3.1
2023-12-26 10:03:56 +08:00
playwright==1.40.0