2
0
forked from awendt/pyrelacs

[project] adding dacite for config loading

This commit is contained in:
wendtalexander
2024-10-16 07:57:09 +02:00
parent d2f7d0e966
commit b22ef04317
2 changed files with 15 additions and 1 deletions

View File

@@ -34,6 +34,7 @@ pyqtgraph = "^0.13.7"
pytest = "^8.3.3"
pglive = "^0.7.6"
pyyaml = "^6.0.2"
dacite = "^1.8.1"
[tool.poetry.scripts]
pyrelacs = "pyrelacs.app:main"