Fix poetry environment.

This commit is contained in:
Frédéric Tronel
2026-08-28 15:55:24 +02:00
parent ff2ac0a236
commit 7e72611b1c
4 changed files with 166 additions and 10 deletions
+5 -3
View File
@@ -8,13 +8,14 @@ authors = [
license = {text = "GPL-2.0-or-later"}
readme = "README.md"
requires-python = ">=3.11,<4"
dependencies = ["requests", "xmltodict", "coloredlog", "tqdm", "iso639-lang", "hexdump"]
dependencies = ["requests", "xmltodict", "coloredlogs", "tqdm", "iso639-lang", "hexdump"]
[tool.poetry]
packages = [
{ include = "", from = "src" }
{ include = "tscut", from = "src" }
]
[project.scripts]
volvo-sensus-sync = "tscut:main"
tscut = "tscut:main"
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
@@ -24,4 +25,5 @@ build-backend = "poetry.core.masonry.api"
ruff = "^0.16.2"
mypy = "^2.3.0"
pytest = "^9.1.1"
pylint = "^4.0.7"