Remove pinned version of setuptools
This commit is contained in:
parent
d574ab84e4
commit
99a56e497b
|
@ -2163,7 +2163,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "1.1"
|
lock-version = "1.1"
|
||||||
python-versions = "^3.7"
|
python-versions = "^3.7"
|
||||||
content-hash = "d88f9958611ee4db98c2dcb927c67d1e8a63770a4937001b32b4b12cecf2c316"
|
content-hash = "c32827227958476a8c8f905a301e8ea88f910eab6fb1993a96b911e96d11cd61"
|
||||||
|
|
||||||
[metadata.files]
|
[metadata.files]
|
||||||
aiohttp = [
|
aiohttp = [
|
||||||
|
|
|
@ -8,7 +8,6 @@ license = "GNU AGPLv3"
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.7"
|
python = "^3.7"
|
||||||
Django = "==3.2.15"
|
Django = "==3.2.15"
|
||||||
setuptools = "59.1.1"
|
|
||||||
django-environ = "==0.9.0"
|
django-environ = "==0.9.0"
|
||||||
Pillow = "==9.2.0"
|
Pillow = "==9.2.0"
|
||||||
django-allauth = "==0.42.0"
|
django-allauth = "==0.42.0"
|
||||||
|
|
Loading…
Reference in New Issue