Files @ 9be7fdd95f73
Branch filter:

Location: NPO-Accounting/conservancy_beancount/pyproject.toml

bsturmfels
reconcile.helper: Avoid rt >= 3.0 library due to breaking changes

Error relates to rt.Rt not existing.
1
2
3
[build-system]
requires = ["setuptools >= 40.6.0", "wheel"]
build-backend = "setuptools.build_meta"