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.
This commit is contained in:
Ben Sturmfels 2024-07-18 21:49:54 +10:00
parent 52ea12d4cf
commit 9129a4af6a
Signed by: bsturmfels
GPG key ID: 023C05E2C9C068F0

View file

@ -32,7 +32,7 @@ warn_unused_configs = True
include_package_data = True
install_requires =
babel>=2.6
beancount>=2.2
beancount>=2.2,<3.0.0
colorama
GitPython>=2.0
odfpy>=1.4.0,!=1.4.1
@ -106,4 +106,4 @@ filterwarnings =
ignore::DeprecationWarning:^socks$
[tox:tox]
envlist = py36,py37
envlist = py310