[tool.poetry] name = "sup" version = "0.1.0" description = "" authors = ["Zev Averbach "] readme = "README.md" [tool.poetry.dependencies] python = "^3.12" rich = "^13.7.0" typer = "^0.9.0" toml = "^0.10.2" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" [tool.poetry.scripts] sup = "sup.cli:app"