mirror of
https://github.com/EyeTrackVR/EyeTrackVR.git
synced 2025-09-26 23:09:28 +08:00
feat: add taskipy to run tasks via poetry
This commit is contained in:
parent
4ce8531136
commit
2f1d3d9275
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user