md2txt/pyproject.toml

11 lines
198 B
TOML
Raw Normal View History

2025-10-19 22:58:10 +03:00
[project]
name = "md2amb"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"pyfiglet>=0.8.0",
2025-10-19 23:22:15 +03:00
"pyphen>=0.17.2",
2025-10-19 22:58:10 +03:00
]