Fix setuptools pinning

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

2
api/poetry.lock generated
View File

@ -2163,7 +2163,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
[metadata]
lock-version = "1.1"
python-versions = "^3.7"
content-hash = "3c3a9c9ae732cb4b6e23af0a0d43db4d06751d3c530eaa6fab0b0c9275f96004"
content-hash = "d88f9958611ee4db98c2dcb927c67d1e8a63770a4937001b32b4b12cecf2c316"
[metadata.files]
aiohttp = [

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"