Fix AutoGPT dependencies (step 1)

This commit is contained in:
Reinier van der Leer
2023-10-16 17:46:50 -07:00
parent aa9e219fe3
commit abb77fc5b1
3 changed files with 907 additions and 1674 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -32,6 +32,7 @@ docker = "*"
duckduckgo-search = "^3.0.2"
en-core-web-sm = {url = "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"}
autogpt-forge = { path = "../forge" }
# autogpt-forge = {git = "https://github.com/Significant-Gravitas/AutoGPT.git", subdirectory = "autogpts/forge", rev = "autogpt/agent-protocol"}
ftfy = "^6.1.1"
google-api-python-client = "*"
gTTS = "^2.3.1"
@@ -56,7 +57,7 @@ redis = "*"
requests = "*"
selenium = "^4.11.2"
spacy = "^3.0.0"
tiktoken = "^0.3.3"
tiktoken = "^0.5.0"
webdriver-manager = "*"
# web server
@@ -92,9 +93,6 @@ pytest-recording = "*"
pytest-xdist = "*"
vcrpy = {git = "https://github.com/Significant-Gravitas/vcrpy.git", rev = "master"}
[tool.poetry.group.benchmark.dependencies]
agbenchmark = { path = "../../benchmark" }
[build-system]
requires = ["poetry-core"]

View File

@@ -16,13 +16,12 @@ sqlalchemy = "^2.0.19"
aiohttp = "^3.8.5"
colorlog = "^6.7.0"
chromadb = "^0.4.10"
agbenchmark = { path = "../../benchmark" }
python-multipart = "^0.0.6"
toml = "^0.10.2"
jinja2 = "^3.1.2"
uvicorn = "^0.23.2"
litellm = "^0.1.821"
duckduckgo-search = "^3.9.3"
duckduckgo-search = "^3.8.0"
selenium = "^4.13.0"
bs4 = "^0.0.1"
@@ -40,6 +39,8 @@ mock = "^5.1.0"
autoflake = "^2.2.0"
pydevd-pycharm = "^233.6745.319"
[tool.poetry.group.benchmark.dependencies]
agbenchmark = { path = "../../benchmark" }
[build-system]
requires = ["poetry-core"]