Skip to content

Commit fe0d5bf

Browse files
committed
Add pygame dependency for nxt-screen
1 parent 6f08a0a commit fe0d5bf

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ sphinx-rtd-theme = "^1.2.0"
4343
sphinx-autodoc-typehints = "^1.12.0"
4444
tox = "^3.28.0"
4545

46+
[tool.poetry.group.nxt-screen.dependencies]
47+
pygame = "^2.1"
48+
4649
[build-system]
4750
requires = ["poetry-core"]
4851
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)