simfile-smoketest/pyproject.toml
2022-07-22 17:48:29 -07:00

20 lines
487 B
TOML

[tool.poetry]
name = "simfile-smoketest"
version = "0.1.0"
description = "Smoketest for the `simfile` library"
authors = ["Ash Garcia <github@garcia.sh>"]
license = "MIT"
[tool.poetry.dependencies]
python = "^3.7"
simfile = {version = "^2.1.0b3", allow-prereleases = true}
peewee = "^3.15.1"
semver = "^2.13.0"
typed-argument-parser = "^1.7.2"
[tool.poetry.dev-dependencies]
black = "^22.6.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"