Fix poetry environment.
This commit is contained in:
+5
-3
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user