djangocms-text-plugin_bug/pyproject.toml
2025-05-22 22:16:17 +02:00

19 lines
418 B
TOML

[project]
name = "djangocms-text-plugin-bug"
version = "0.1.0"
description = ""
authors = [
{name = "Alexandre Norman",email = "norman@xael.org"}
]
license = {text = "GPLv3"}
readme = "README.md"
requires-python = "^3.12"
dependencies = [
"django-cms (>=5.0.1,<6.0.0)",
"djangocms-text (>=0.8.5,<0.9.0)"
]
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"