2023-04-20 17:51:52 +00:00
|
|
|
beautifulsoup4>=4.12.2
|
2023-03-29 02:11:36 +00:00
|
|
|
colorama==0.4.6
|
2023-04-21 19:44:02 +00:00
|
|
|
distro==1.8.0
|
2023-04-02 10:11:04 +00:00
|
|
|
openai==0.27.2
|
2023-04-06 12:22:05 +00:00
|
|
|
playsound==1.2.2
|
2023-04-02 10:11:04 +00:00
|
|
|
python-dotenv==1.0.0
|
2023-04-02 23:30:28 +00:00
|
|
|
pyyaml==6.0
|
2023-04-02 10:11:04 +00:00
|
|
|
readability-lxml==0.8.1
|
2023-04-03 10:23:54 +00:00
|
|
|
requests
|
|
|
|
tiktoken==0.3.3
|
2023-04-04 05:38:01 +00:00
|
|
|
gTTS==2.3.1
|
2023-04-03 10:23:54 +00:00
|
|
|
docker
|
2023-04-03 19:11:15 +00:00
|
|
|
duckduckgo-search
|
2023-04-04 00:31:01 +00:00
|
|
|
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
|
2023-04-09 01:43:14 +00:00
|
|
|
orjson
|
2023-04-08 12:20:10 +00:00
|
|
|
Pillow
|
2023-04-14 22:33:28 +00:00
|
|
|
selenium
|
|
|
|
webdriver-manager
|
2023-04-16 16:44:05 +00:00
|
|
|
jsonschema
|
|
|
|
tweepy
|
2023-04-18 12:19:17 +00:00
|
|
|
click
|
2023-04-19 21:28:57 +00:00
|
|
|
spacy>=3.0.0,<4.0.0
|
2023-04-20 21:53:06 +00:00
|
|
|
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
|
2023-04-16 16:44:05 +00:00
|
|
|
|
|
|
|
##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
|
2023-04-18 05:10:40 +00:00
|
|
|
auto-gpt-plugin-template
|
2023-04-16 20:55:53 +00:00
|
|
|
|
2023-04-20 12:45:26 +00:00
|
|
|
# OpenAI and Generic plugins import
|
|
|
|
openapi-python-client==0.13.4
|
|
|
|
|
2023-04-17 07:09:13 +00:00
|
|
|
# Items below this point will not be included in the Docker Image
|
|
|
|
|
2023-04-16 20:55:53 +00:00
|
|
|
# Testing dependencies
|
2023-04-15 21:42:53 +00:00
|
|
|
pytest
|
2023-04-16 20:55:53 +00:00
|
|
|
asynctest
|
|
|
|
pytest-asyncio
|
|
|
|
pytest-benchmark
|
|
|
|
pytest-cov
|
|
|
|
pytest-integration
|
2023-04-16 04:23:51 +00:00
|
|
|
pytest-mock
|