Skip to content

Commit

Permalink
Add tool.poetry section to pyproject to fix CI issues
Browse files Browse the repository at this point in the history
  • Loading branch information
nrosa-valory committed Jan 14, 2025
1 parent 19e086d commit 2784009
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
[tool.poetry]
name = "open-autonomy"
version = "0.1.0"
description = "Open Autonomy Framework"
authors = ["developer-valory <[email protected]>"]
license = "Apache-2.0 license"

[tool.poetry.dependencies]
python = "^3.10"
tomte = {extras = ["tox","docs"], version = "==0.2.15"}
mkdocs-monorepo-plugin = "^1.0.5"

[tool.poetry.dev-dependencies]

[build-system]
requires = ["setuptools", "wheel"]
requires = ["setuptools", "wheel","poetry-core>=1.0.0"]
build_backend = "setuptools.build_meta"

0 comments on commit 2784009

Please sign in to comment.