2025-05-16 16:57:20 +12:00
|
|
|
[project]
|
2025-05-16 17:07:08 +12:00
|
|
|
name = "transaction-tracker"
|
2025-05-16 16:57:20 +12:00
|
|
|
version = "0.1.0"
|
|
|
|
|
description = ""
|
|
|
|
|
authors = [
|
|
|
|
|
{name = "Aaron Guise",email = "aaron@guise.net.nz"}
|
|
|
|
|
]
|
|
|
|
|
readme = "README.md"
|
|
|
|
|
requires-python = ">=3.9,<3.14"
|
|
|
|
|
dependencies = [
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[build-system]
|
|
|
|
|
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
|
|
|
|
build-backend = "poetry.core.masonry.api"
|
|
|
|
|
|
|
|
|
|
[tool.poetry.group.dev.dependencies]
|
|
|
|
|
pytest = "^8.3.5"
|
|
|
|
|
coveragepy = "^1.6.0"
|
|
|
|
|
setuptools = "^80.7.1"
|
|
|
|
|
|