Fix setuptools pinning
This commit is contained in:
parent
36e55e56b6
commit
d574ab84e4
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue