mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-28 03:14:32 +01:00
42 lines
767 B
TOML
42 lines
767 B
TOML
[tool.poetry]
|
|
name = "Auto-GPT-Forge"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = []
|
|
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.10"
|
|
python-dotenv = "^1.0.0"
|
|
openai = "^0.27.8"
|
|
agent-protocol = "^0.2.2"
|
|
helicone = "^1.0.6"
|
|
tenacity = "^8.2.2"
|
|
sqlalchemy = "^2.0.19"
|
|
|
|
|
|
[tool.poetry.group.dev.dependencies]
|
|
isort = "^5.12.0"
|
|
black = "^23.3.0"
|
|
pre-commit = "^3.3.3"
|
|
mypy = "^1.4.1"
|
|
flake8 = "^6.0.0"
|
|
agbenchmark = "^0.0.7"
|
|
types-requests = "^2.31.0.2"
|
|
pytest = "^7.4.0"
|
|
pytest-asyncio = "^0.21.1"
|
|
watchdog = "^3.0.0"
|
|
|
|
|
|
[tool.poetry.group.ui.dependencies]
|
|
gradio = "^3.40.1"
|
|
plotly = "^5.16.0"
|
|
dash = "^2.11.1"
|
|
pandas = "^2.0.3"
|
|
dash-bootstrap-components = "^1.4.2"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|