Changeset - 9129a4af6a39
[Not reviewed]
0 1 0
Ben Sturmfels (bsturmfels) - 1 month ago 2024-07-18 11:49:54
ben@sturm.com.au
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 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
setup.cfg
Show inline comments
...
 
@@ -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
0 comments (0 inline, 0 general)