Files @ 9129a4af6a39
Branch filter:

Location: NPO-Accounting/conservancy_beancount/pyproject.toml

bsturmfels
Pin to Beancount v2

Beancount v3 has been recently released. It's a major rewrite and is currently
unstable and not compatible with this codebase. We need to remain on v2.
1
2
3
[build-system]
requires = ["setuptools >= 40.6.0", "wheel"]
build-backend = "setuptools.build_meta"