Skip to content

Commit

Permalink
[#31] Add cost computation
Browse files Browse the repository at this point in the history
  • Loading branch information
Stéphane Senart committed Feb 3, 2025
1 parent 85647b9 commit 31a26a8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pyproject.template.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies = [
"websockets>=14.1",
"pyyaml>=6.0.2",
"pydantic[email] (>=2.10.6,<3.0.0)",
"pydantic-extra-types (>=2.10.2,<3.0.0)"
"pydantic-extra-types (>=2.10.2,<3.0.0)",
]

[tool.poetry]
Expand All @@ -30,6 +30,12 @@ include = ["CHANGELOG.md"]
pytest = "^8.3.4"
pytest-asyncio = "^0.25.0"
flake8-pyproject = "^1.2.3"
pylint = "^3.3.4"
black = "^25.1.0"
flake8 = "^7.1.1"
isort = "^6.0.0"
mypy = "^1.14.1"
ruff = "^0.9.4"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 31a26a8

Please sign in to comment.