Skip to content

Commit

Permalink
added gui dependencies to pyproject.toml to new group gui (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
rgerum committed Apr 24, 2023
1 parent 42868bc commit c504311
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ coveralls = "^3.3.1"
pytest = "^7.2.0"



[tool.poetry.group.gui.dependencies]
qtpy = "^2.3.1"
pyqt5 = "^5.15.9"
qimage2ndarray = "^1.10.0"

[tool.pytest.ini_options]
addopts = [
"--import-mode=importlib",
Expand Down

0 comments on commit c504311

Please sign in to comment.