Files
crochet/pyproject.toml
T
pablo 734309e955
CI / test (push) Successful in 32s
CI / build (push) Successful in 1m11s
feat: project config
2026-07-17 08:34:44 +02:00

37 lines
820 B
TOML

[project]
name = "crochet"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"django>=6.0.7",
"django-cors-headers>=4.9.0",
"django-environ>=0.14.0",
"django-extensions>=4.1",
"django-filter>=26.1",
"django-silk>=5.5.0",
"django-storages>=1.14.6",
"ipython>=9.15.0",
"pillow>=12.3.0",
"psycopg>=3.3.4",
"pytest-cov>=7.1.0",
"uvicorn>=0.51.0",
"watchman>=0.0.1",
"weasyprint>=69.0",
"whitenoise>=6.12.0",
]
[dependency-groups]
dev = [
"coverage>=7.15.2",
"django-browser-reload>=1.21.0",
"django-debug-toolbar>=7.0.0",
"django-watchfiles>=1.4.0",
"pytest>=9.1.1",
"pytest-django>=4.12.0",
]
[tool.pytest.ini_options]
DJANGO_SETTINGS_MODULE = "config.settings"