Updating python environment

- adding pillow to manipulate images
This commit is contained in:
Mose Müller
2023-08-10 15:08:41 +02:00
parent f7579c3a89
commit a00e2fbca7
2 changed files with 71 additions and 1 deletions

View File

@ -33,6 +33,7 @@ flake8-comprehensions = "^3.11.1"
flake8-pep585 = "^0.1.7"
flake8-pep604 = "^0.1.0"
flake8-eradicate = "^1.4.0"
pillow = "^10.0.0"
[build-system]
requires = ["poetry-core"]