simfile-scripts/pyproject.toml

19 lines
364 B
TOML
Raw Permalink Normal View History

2022-07-28 21:15:00 -07:00
[tool.poetry]
name = "simfile-scripts"
version = "0.1.0"
description = ""
authors = ["ash garcia <github@garcia.sh>"]
[tool.poetry.dependencies]
python = "^3.10"
2022-07-28 21:15:00 -07:00
simfile = "^2.1.0rc1"
msdparser = "^2.0.0"
[tool.poetry.dev-dependencies]
mypy = "^0.971"
black = "^22.6.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"