18 lines
363 B
TOML
18 lines
363 B
TOML
[tool.poetry]
|
|
name = "simfile-scripts"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["ash garcia <github@garcia.sh>"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.7"
|
|
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"
|