selfhosting/__doc__/pyproject.toml
2021-12-18 22:00:06 +01:00

16 lines
282 B
TOML

[tool.poetry]
name = "doc"
version = "0.1.0"
description = ""
authors = ["Yax"]
[tool.poetry.dependencies]
python = "^3.9"
nwdiag = "^3.0.0"
[tool.poetry.dev-dependencies]
pytest = "^5.2"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"