This commit is contained in:
2024-11-30 16:56:40 +01:00
parent 6ad9b46543
commit 4b86b33872
26 changed files with 871 additions and 35 deletions

View File

@@ -7,13 +7,19 @@ python = "^3.12"
Django = "^5.1.2"
django-crispy-forms = "^2.3"
crispy-bootstrap5 = "^2024.10"
django-allauth = "^65.1.0"
django-allauth = {extras = ["socialaccount"], version = "^65.2.0"}
django-stubs = {extras = ["compatible-mypy"], version = "^5.1.0"}
environs = {extras = ["django"], version = "^11.2.1"}
psycopg2 = "^2.9.10"
[tool.poetry.group.dev.dependencies]
mypy = "^1.11.0"
black = "^24.10.0"
isort = "^5.13.2"
django-stubs = {extras = ["compatible-mypy"], version = "^5.1.0"}
[tool.poetry.group.prod.dependencies]
uvicorn-worker = "^0.2.0"
gunicorn = "^23.0.0"
[tool.isort]
profile = "black"