fix(requirements): add packaging for pillow version check

This commit is contained in:
0xMRTT 2023-02-23 22:44:59 +01:00 committed by GitHub
parent 791271fbfd
commit 5bf5855f55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,6 +40,8 @@ python = "^3.7"
Pillow = "^9.4.0"
django-appconf = "^1.0.5"
dnspython = "^2.3.0"
packaging = "^23.0"
[tool.poetry.group.dev.dependencies]
coverage = "^7.1.0"