feat: add pygame + scikimage deps

This commit is contained in:
Laureηt 2022-12-28 17:53:55 +01:00
parent 3507191a23
commit a7feade0b2
Signed by: Laurent
SSH key fingerprint: SHA256:kZEpW8cMJ54PDeCvOhzreNr4FSh6R13CMGH/POoO8DI

View file

@ -11,6 +11,8 @@ python = ">=3.8.1,<4.0"
rich = "^12.6.0"
mediapipe = "^0.9.0"
opencv-python = "^4.6.0.66"
pygame = "^2.1.2"
scikit-image = "^0.19.3"
[tool.poetry.group.dev.dependencies]
Flake8-pyproject = "^1.1.0"