Skip to content

Commit

Permalink
Merge pull request tompollard#147 from tompollard/tp/add_openpyxl
Browse files Browse the repository at this point in the history
Add openpyxl as a dependency. Fixes tompollard#122.
  • Loading branch information
tompollard authored Apr 24, 2023
2 parents 305cc46 + b422429 commit 673254f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
10 changes: 6 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
tabulate==0.8.10
pandas==2.0.0
anybadge==1.14.0
Jinja2==3.1.2
numpy==1.23.2
openpyxl==3.1.2
pandas==2.0.0
pytest-cov==3.0.0
scipy==1.9.0
statsmodels==0.13.2
pytest-cov==3.0.0
anybadge==1.14.0
tabulate==0.8.10
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@
'scipy>=1.7.0',
'statsmodels>=0.12.1',
'tabulate>=0.8.10',
'Jinja2==3.1.2'
'Jinja2==3.1.2',
'openpyxl==3.1.2'
],

# List additional groups of dependencies here (e.g. development
Expand Down

0 comments on commit 673254f

Please sign in to comment.