Fix setuptools pinning
This commit is contained in:
parent
36e55e56b6
commit
d574ab84e4
|
@ -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 = [
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue