Skip to content

Commit

Permalink
stick with bc < 3 else __automatic__ error
Browse files Browse the repository at this point in the history
  • Loading branch information
Zburatorul committed Sep 18, 2024
1 parent 1d5602f commit 074380f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def run(self):
python_requires='>=3.8',
setup_requires=['setuptools_scm>=5.0.2'],
install_requires=[
'beancount>=2.1.3',
'beancount<3',
'beangulp',
'tornado',
'numpy',
Expand Down

0 comments on commit 074380f

Please sign in to comment.