Initial commit

This commit is contained in:
2026-01-24 15:40:38 +01:00
commit e807dc62da
11 changed files with 478 additions and 0 deletions

11
pyproject.toml Normal file
View File

@@ -0,0 +1,11 @@
[project]
name = "ledger"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.13"
dependencies = [
"beancount>=3.2.0",
"beanquery>=0.2.0",
"fastapi>=0.128.0",
"uvicorn>=0.40.0",
]