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:
parent
52ea12d4cf
commit
9129a4af6a
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue