Skip to content

Commit

Permalink
Updating which openpyxl we can use
Browse files Browse the repository at this point in the history
  • Loading branch information
bradbase committed May 3, 2020
1 parent f71dcb1 commit 93a72af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setuptools.setup(
name="flyingkoala",
version="0.0.6b0",
version="0.0.7b0",
author="Bradley van Ree",
author_email="flyingkoala@bradbase.net",
description="Integration of xlwings and xlcalculator with MS Excel plug-in",
Expand Down Expand Up @@ -66,7 +66,7 @@
'xlwings >= 0.15.8',
'numpy >= 1.15.0',
'pandas >= 0.25.0',
'openpyxl <= 2.5.3',
'openpyxl >= 2.5.3',
'python-harvest-apiv2 >= 1.0.1',
'networkx >= 2.4',
'xlcalculator >= 0.0.2b'
Expand Down

0 comments on commit 93a72af

Please sign in to comment.