Fix root pyproject.toml

This commit is contained in:
Reinier van der Leer
2023-09-16 16:51:39 +02:00
parent 295702867a
commit dd2078a6f5

View File

@@ -4,10 +4,9 @@ version = "0.1.0"
description = ""
authors = ["Merwane Hamadi <merwanehamadi@gmail.com>"]
readme = "README.md"
packages = [{include = "auto_gpt"}]
[tool.poetry.dependencies]
python = "^3.11"
python = "^3.10"
[build-system]