mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-05 06:13:55 +01:00
Remove gunicorn pin
This commit is contained in:
parent
cf6df4bf2f
commit
f652e8e37e
2 changed files with 2 additions and 2 deletions
2
poetry.lock
generated
2
poetry.lock
generated
|
@ -973,7 +973,7 @@ h11 = ">=0.9.0,<1"
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "1.1"
|
lock-version = "1.1"
|
||||||
python-versions = ">=3.10.0, <4"
|
python-versions = ">=3.10.0, <4"
|
||||||
content-hash = "a8492fca0c4d83c2605cfd4e6aa9f043ba5969bd497ab20876ee1f93f2520d1f"
|
content-hash = "0f3a51fc5bde7b9ffb5f8596be2c7f9db40d1279a3dbda8daff47f4312e94e83"
|
||||||
|
|
||||||
[metadata.files]
|
[metadata.files]
|
||||||
ansicon = [
|
ansicon = [
|
||||||
|
|
|
@ -23,7 +23,7 @@ django-registration = ">=3.3"
|
||||||
django-anymail = {extras = ["mailgun"], version = ">=8.6"}
|
django-anymail = {extras = ["mailgun"], version = ">=8.6"}
|
||||||
django-bootstrap5 = ">=22.1"
|
django-bootstrap5 = ">=22.1"
|
||||||
requests = ">=2.28.1"
|
requests = ">=2.28.1"
|
||||||
gunicorn = "^20.1.0"
|
gunicorn = ">=20.1.0"
|
||||||
|
|
||||||
[tool.poetry.dev-dependencies]
|
[tool.poetry.dev-dependencies]
|
||||||
django-debug-toolbar = ">=3.2"
|
django-debug-toolbar = ">=3.2"
|
||||||
|
|
Loading…
Reference in a new issue