20 lines
418 B
TOML
20 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"
|