Skip to content

Commit 0c16e31

Browse files
committed
chore: 🔧 remove Django dependencies from pyproject.toml
1 parent ece6a21 commit 0c16e31

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

pyproject.toml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -28,22 +28,10 @@ python = "^3.12"
2828

2929
[tool.poetry.group.test.dependencies]
3030
pytest = "^8.3.2"
31-
pytest-django = "^4.8.0"
3231

3332
[tool.poetry.group.dev.dependencies]
3433
ruff = "^0.6.2"
3534

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-
4435
[build-system]
4536
requires = ["poetry-core"]
4637
build-backend = "poetry.core.masonry.api"
47-
48-
[tool.pytest.ini_options]
49-
DJANGO_SETTINGS_MODULE = "CONFIG_FOLDERNAME.settings"

0 commit comments

Comments
 (0)