tts_yaml_unpacker/pyproject.toml

20 lines
396 B
TOML

[tool.poetry]
name = "tts_yaml_unpacker"
version = "0.1.0"
description = ""
authors = ["Adam Goldsmith <adam@adamgoldsmith.name>"]
[tool.poetry.dependencies]
python = "^3.8"
pathvalidate = "^2.3.0"
pyyaml = "^6.0"
[tool.poetry.dev-dependencies]
[tool.poetry.scripts]
tts_yaml_unpacker = 'tts_yaml_unpacker:main'
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"