wagtail_ahl/pyproject.toml

11 lines
231 B
TOML

[project]
name = "wagtail-ahl"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"django>=5.2,<5.3",
"gunicorn>=23.0.0",
"wagtail>=7.1,<7.2",
]