feat: add taskipy to run tasks via poetry

This commit is contained in:
Sebastian Fitt 2023-04-29 14:32:53 +02:00
parent 4ce8531136
commit 2f1d3d9275

View File

@ -20,11 +20,15 @@ winotify = [
{ version = "^1.1.0", platform = 'win32' }
]
onnxruntime = "^1.13.1"
taskipy = "^1.10.4"
[tool.poetry.group.dev.dependencies]
black = "^22.10.0"
pyinstaller = "^5.6.2"
flake8 = "^5.0.4"
[tool.taskipy.tasks]
dev = "python eyetrackapp.py"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"