mirror of
https://github.com/Significant-Gravitas/Auto-GPT.git
synced 2025-01-09 04:19:02 +08:00
76df14b831
* Fix docs * Add short section about testing to contribution guide * Add back note for voice configuration * Remove LICENSE symlink from docs/ * Fix site_url in mkdocs.yml
55 lines
939 B
Plaintext
55 lines
939 B
Plaintext
beautifulsoup4>=4.12.2
|
|
colorama==0.4.6
|
|
distro==1.8.0
|
|
openai==0.27.2
|
|
playsound==1.2.2
|
|
python-dotenv==1.0.0
|
|
pyyaml==6.0
|
|
readability-lxml==0.8.1
|
|
requests
|
|
tiktoken==0.3.3
|
|
gTTS==2.3.1
|
|
docker
|
|
duckduckgo-search
|
|
google-api-python-client #(https://developers.google.com/custom-search/v1/overview)
|
|
pinecone-client==2.2.1
|
|
redis
|
|
orjson
|
|
Pillow
|
|
selenium==4.1.4
|
|
webdriver-manager
|
|
jsonschema
|
|
tweepy
|
|
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
|
|
coverage
|
|
flake8
|
|
numpy
|
|
pre-commit
|
|
black
|
|
isort
|
|
gitpython==3.1.31
|
|
auto-gpt-plugin-template
|
|
mkdocs
|
|
pymdown-extensions
|
|
|
|
|
|
# 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
|
|
vcrpy
|
|
pytest-recording
|