AutoGPT/requirements.txt

50 lines
882 B
Plaintext
Raw Normal View History

beautifulsoup4>=4.12.2
2023-03-29 02:11:36 +00:00
colorama==0.4.6
distro==1.8.0
openai==0.27.2
2023-04-06 12:22:05 +00:00
playsound==1.2.2
python-dotenv==1.0.0
2023-04-02 23:30:28 +00:00
pyyaml==6.0
readability-lxml==0.8.1
2023-04-03 10:23:54 +00:00
requests
tiktoken==0.3.3
gTTS==2.3.1
2023-04-03 10:23:54 +00:00
docker
duckduckgo-search
google-api-python-client #(https://developers.google.com/custom-search/v1/overview)
pinecone-client==2.2.1
2023-04-07 23:13:18 +00:00
redis
orjson
2023-04-08 12:20:10 +00:00
Pillow
2023-04-14 22:33:28 +00:00
selenium
webdriver-manager
jsonschema
tweepy
2023-04-18 12:19:17 +00:00
click
spacy>=3.0.0,<4.0.0
en-core-web-sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.5.0/en_core_web_sm-3.5.0-py3-none-any.whl
##Dev
2023-04-12 17:52:06 +00:00
coverage
2023-04-12 18:54:56 +00:00
flake8
2023-04-12 23:15:21 +00:00
numpy
2023-04-14 18:43:34 +00:00
pre-commit
2023-04-14 19:17:37 +00:00
black
2023-04-14 22:33:28 +00:00
isort
2023-04-14 01:01:00 +00:00
gitpython==3.1.31
auto-gpt-plugin-template
# OpenAI and Generic plugins import
openapi-python-client==0.13.4
# Items below this point will not be included in the Docker Image
# Testing dependencies
pytest
asynctest
pytest-asyncio
pytest-benchmark
pytest-cov
pytest-integration
pytest-mock