update dependencies

This commit is contained in:
Daniel Fichtinger 2025-06-15 20:22:29 -04:00
parent 8b6a3ddda3
commit a05f63bf26
2 changed files with 106 additions and 1 deletions

View file

@ -7,7 +7,9 @@ authors = [
{ name = "Daniel Fichtinger", email = "daniel@ficd.ca" }
]
requires-python = ">=3.12"
dependencies = []
dependencies = [
"typer>=0.16.0",
]
[project.scripts]
zona = "zona:main"