Files
beancount-plugins-test/pyproject.toml
David Duran Rosich f712017ac4 Initial commit
2026-07-20 15:59:47 +02:00

11 lines
207 B
TOML

[project]
name = "bc-plugins-test"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"beancount>=3.2.3",
"fava>=1.30.14",
]