documentation/pyproject.toml

18 lines
346 B
TOML
Raw Permalink Normal View History

2023-08-30 12:22:07 +03:00
[tool.poetry]
name = "documentation"
version = "0.1.0"
description = "Documentation for txtdot"
authors = ["darkcat09", "artegoser"]
license = "MIT"
readme = "README.md"
[tool.poetry.dependencies]
2023-08-30 12:25:11 +03:00
python = "^3.10"
2023-08-30 12:22:07 +03:00
mkdocs = "^1.5.2"
mkdocs-material = "^9.2.5"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"