1
0
Files
bagu-thesis/pandoc/pyproject.toml
2026-05-26 16:54:54 +08:00

10 lines
250 B
TOML

[project]
name = "pandoc-thesis-env"
version = "0.1.0"
description = "The environment used for converting LaTeX thesis into DOCX format in Pandoc."
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"pandoc-tex-numbering>=1.3.3",
]