Update dependencies
This commit is contained in:
parent
11c04df074
commit
a3feb92503
2 changed files with 570 additions and 438 deletions
1006
poetry.lock
generated
1006
poetry.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -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]
|
||||||
|
|
Loading…
Reference in a new issue