flake-update-diff/pyproject.toml
ahuston-0 498bb2a85b
add binary for running
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
2024-07-28 15:08:45 -04:00

22 lines
403 B
TOML

[tool.poetry]
name = "app"
version = "0.1.0"
description = ""
authors = ["Alice Huston <aliceghuston@gmail.com>"]
license = "MIT"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
sqlalchemy = "^2.0.31"
[tool.poetry.scripts]
main = "app.main:main"
[tool.poetry.group.dev.dependencies]
ruff = "0.5.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"