From 7bb7062f558e9057ede1e3ceb490202205f42699 Mon Sep 17 00:00:00 2001 From: w_xiaolizu Date: Thu, 18 May 2023 21:19:24 +0800 Subject: [PATCH] =?UTF-8?q?autogpt=20=E7=9A=84=E5=BA=93=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- autogpt/requirements.txt | 56 ++++++++++++++++++++++++++++++++++++++++ requirements.txt | 4 +++ 2 files changed, 60 insertions(+) create mode 100644 autogpt/requirements.txt diff --git a/autogpt/requirements.txt b/autogpt/requirements.txt new file mode 100644 index 0000000..3c997b5 --- /dev/null +++ b/autogpt/requirements.txt @@ -0,0 +1,56 @@ +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>=2.9.5 +google-api-python-client #(https://developers.google.com/custom-search/v1/overview) +pinecone-client==2.2.1 +redis +orjson==3.8.10 +Pillow +selenium==4.1.4 +webdriver-manager +jsonschema +tweepy +click +charset-normalizer>=3.1.0 +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 +mypy + +# 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 +pytest-xdist diff --git a/requirements.txt b/requirements.txt index ea9116a..97f13fc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,3 +15,7 @@ openai numpy arxiv pymupdf +pyperclip +scikit-learn +psutil +distro \ No newline at end of file