Files
crochet/pyproject.toml
T
pablo b28293d5b2
CI / test (push) Failing after 20s
CI / build (push) Has been skipped
feat: added tests
2026-07-16 15:08:04 +02:00

23 lines
421 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",
"pillow>=12.3.0",
"uvicorn>=0.51.0",
"weasyprint>=69.0",
"whitenoise>=6.12.0",
]
[dependency-groups]
dev = [
"pytest>=9.1.1",
"pytest-django>=4.12.0",
]
[tool.pytest.ini_options]
DJANGO_SETTINGS_MODULE = "config.settings"