Update dependencies

This commit is contained in:
Jan Dittberner 2024-04-13 13:18:02 +02:00
parent 11c04df074
commit a3feb92503
2 changed files with 570 additions and 438 deletions

1006
poetry.lock generated

File diff suppressed because it is too large Load diff

View file

@ -5,6 +5,7 @@ description = "gnuviechadmin web interface"
authors = ["Jan Dittberner <jan@dittberner.info>"] authors = ["Jan Dittberner <jan@dittberner.info>"]
license = "AGPL-3+" license = "AGPL-3+"
readme = "README.rst" readme = "README.rst"
package-mode = false
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.8" python = "^3.8"
@ -26,6 +27,7 @@ django-filter = "^23.1"
crispy-bootstrap5 = "^2023.10" crispy-bootstrap5 = "^2023.10"
python-magic = "^0.4.27" python-magic = "^0.4.27"
isort = "^5.12.0" isort = "^5.12.0"
environs = {extras = ["django"], version = "^11.0.0"}
[tool.poetry.group.dev.dependencies] [tool.poetry.group.dev.dependencies]