[project] name = "dnscms" version = "0.1.0" description = "" authors = [{ name = "EDB", email = "edb@neuf.no" }] requires-python = ">=3.14, <3.15" readme = "README.md" dependencies = [ "wagtail>=7.3.1", "wagtail-grapple>=0.29.0", "django>=6.0.3", "django-extensions>=4.1", "psycopg2-binary>=2.9.11,<3", "gunicorn>=25.1.0", "whitenoise>=6.12.0", ] [dependency-groups] dev = [ "ruff>=0.15.1", "pytest>=8.3", "pytest-django>=4.9", "wagtail-factories>=4.2", ] [tool.uv] package = false [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.ruff] line-length = 99 [tool.ruff.lint] select = ["F", "E", "W", "Q", "UP", "DJ"] ignore = [] exclude = ["**/migrations/*.py"] [tool.pytest.ini_options] DJANGO_SETTINGS_MODULE = "dnscms.settings.test" python_files = ["test_*.py"] testpaths = ["tests"]