38 lines
855 B
TOML
38 lines
855 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-htmx>=1.28.0",
|
|
"django-silk>=5.5.0",
|
|
"django-storages>=1.14.6",
|
|
"ipython>=9.15.0",
|
|
"pillow>=12.3.0",
|
|
"psycopg[binary]>=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"
|