20 lines
447 B
TOML
20 lines
447 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 = "^2.1.1"
|
|
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"
|