Skip to content

Commit

Permalink
Update autogpt/pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
kcze committed Jul 3, 2024
1 parent 256ec7c commit 574e3af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 44 deletions.
38 changes: 1 addition & 37 deletions autogpt/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 0 additions & 7 deletions autogpt/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,16 @@ serve = "autogpt.app.cli:serve"
python = "^3.10"
autogpt-forge = { path = "../forge", develop = true }
# autogpt-forge = {git = "https://github.com/Significant-Gravitas/AutoGPT.git", subdirectory = "forge"}
beautifulsoup4 = "^4.12.2"
click = "*"
colorama = "^0.4.6"
distro = "^1.8.0"
fastapi = "^0.109.1"
gitpython = "^3.1.32"
google-api-python-client = "*"
hypercorn = "^0.14.4"
openai = "^1.7.2"
orjson = "^3.8.10"
Pillow = "*"
pydantic = "^2.7.2"
python-docx = "*"
python-dotenv = "^1.0.0"
pyyaml = "^6.0"
requests = "*"
sentry-sdk = "^1.40.4"

Expand All @@ -55,9 +50,7 @@ pre-commit = "*"
pyright = "^1.1.364"

# Type stubs
types-beautifulsoup4 = "*"
types-colorama = "*"
types-Pillow = "*"

# Testing
pytest = "*"
Expand Down

0 comments on commit 574e3af

Please sign in to comment.