[tool.poetry] name = "simfile-smoketest" version = "0.1.0" description = "Smoketest for the `simfile` library" authors = ["Ash Garcia "] license = "MIT" [tool.poetry.dependencies] python = "^3.10" simfile = { git = "https://github.com/garcia/simfile.git", branch = "v3" } peewee = "^3.15.1" semver = "^2.13.0" typed-argument-parser = "^1.7.2" [tool.poetry.group.dev.dependencies] black = "^22.6.0" [build-system] requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api"