We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pyproject.toml
1 parent ece6a21 commit 0c16e31Copy full SHA for 0c16e31
pyproject.toml
@@ -28,22 +28,10 @@ python = "^3.12"
28
29
[tool.poetry.group.test.dependencies]
30
pytest = "^8.3.2"
31
-pytest-django = "^4.8.0"
32
33
[tool.poetry.group.dev.dependencies]
34
ruff = "^0.6.2"
35
36
-[tool.poetry.group.django.dependencies]
37
-psycopg2-binary = "^2.9.9"
38
-django-widget-tweaks = "^1.5.0"
39
-dj-database-url = "^2.2.0"
40
-gunicorn = "^23.0.0"
41
-whitenoise = "^6.7.0"
42
-django = "^5.1"
43
-
44
[build-system]
45
requires = ["poetry-core"]
46
build-backend = "poetry.core.masonry.api"
47
48
-[tool.pytest.ini_options]
49
-DJANGO_SETTINGS_MODULE = "CONFIG_FOLDERNAME.settings"
0 commit comments