1
0
Files
bagu-thesis/pandoc/pyproject.toml

10 lines
250 B
TOML
Raw Permalink Normal View History

2026-05-26 16:54:54 +08:00
[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 = [
2026-06-13 14:25:50 +08:00
"pandoc-tex-numbering==1.3.3",
2026-05-26 16:54:54 +08:00
]