Fix setuptools pinning

This commit is contained in:
Georg Krause 2022-09-05 20:15:11 +02:00
commit d574ab84e4
No known key found for this signature in database
GPG key ID: 2970D504B2183D22
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ license = "GNU AGPLv3"
[tool.poetry.dependencies]
python = "^3.7"
Django = "==3.2.15"
setuptools = "==59.1.1"
setuptools = "59.1.1"
django-environ = "==0.9.0"
Pillow = "==9.2.0"
django-allauth = "==0.42.0"