Initial commit

This commit is contained in:
David Duran Rosich
2026-07-20 15:59:47 +02:00
commit f712017ac4
9 changed files with 1055 additions and 0 deletions

10
pyproject.toml Normal file
View File

@@ -0,0 +1,10 @@
[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",
]