2020-09-29 11:58:56 -04:00
|
|
|
[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"
|
2022-10-19 23:14:51 -04:00
|
|
|
pyyaml = "^6.0"
|
2020-09-29 11:58:56 -04:00
|
|
|
|
|
|
|
[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"
|