2
0
forked from awendt/pyrelacs

[project] adding dev dependencies

This commit is contained in:
wendtalexander
2024-09-27 16:24:05 +02:00
parent 5c3c2c407a
commit a16fe0b735
2 changed files with 230 additions and 2 deletions

View File

@@ -34,6 +34,9 @@ pyqtgraph = "^0.13.7"
[tool.poetry.scripts]
pyrelacs = "pyrelacs.app:main"
[tool.poetry.group.dev.dependencies]
ipython = "^8.27.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"