Use new Poetry section for main deps

This commit is contained in:
2024-06-26 17:31:43 +02:00
parent e9311225e7
commit 4ac13053d5
2 changed files with 14 additions and 12 deletions

View File

@ -7,16 +7,6 @@ license = "GPL"
readme = "README.md"
packages = [{include = "timetracker"}]
[tool.poetry.group.main.dependencies]
python = "^3.11"
django = "^4.2.0"
gunicorn = "^22"
uvicorn = "^0.20.0"
graphene-django = "^3.1.5"
django-htmx = "^1.17.2"
django-template-partials = "^23.4"
markdown = "^3.5.2"
[tool.poetry.group.dev.dependencies]
black = "^24.3.0"
mypy = "^1.9.0"
@ -30,6 +20,17 @@ pre-commit = "^3.5.0"
django-debug-toolbar = "^4.2.0"
[tool.poetry.dependencies]
python = "^3.11"
django = "^4.2.0"
gunicorn = "^22"
uvicorn = "^0.20.0"
graphene-django = "^3.1.5"
django-htmx = "^1.17.2"
django-template-partials = "^23.4"
markdown = "^3.5.2"
[tool.isort]
profile = "black"