mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-02 22:04:30 +01:00
24 lines
406 B
TOML
24 lines
406 B
TOML
[tool.poetry]
|
|
name = "Auto-GPT-Forge"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = []
|
|
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.10"
|
|
langchain = "^0.0.215"
|
|
python-dotenv = "^1.0.0"
|
|
openai = "^0.27.8"
|
|
autopack-tools = "^0.2.0"
|
|
psutil = "^5.9.5"
|
|
|
|
|
|
[tool.poetry.group.dev.dependencies]
|
|
black = "^23.3.0"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|