2022-08-22 16:37:28 +00:00
|
|
|
[tool.poetry]
|
|
|
|
name = "clean-rst"
|
|
|
|
version = "0.1.0"
|
|
|
|
description = "pre-commit to clean rst index files"
|
|
|
|
authors = ["Bertrand Benjamin <benjamin.bertrand@opytex.org>"]
|
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
|
|
|
python = "^3.10"
|
|
|
|
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
pytest = "^5.2"
|
2022-08-22 16:39:27 +00:00
|
|
|
pre-commit = "^2.20.0"
|
2022-08-22 16:37:28 +00:00
|
|
|
|
|
|
|
[build-system]
|
|
|
|
requires = ["poetry-core>=1.0.0"]
|
|
|
|
build-backend = "poetry.core.masonry.api"
|