Skip to content

Commit 8d8275b

Browse files
committed
Revert "[#57] Don't install the most recent version of openpyxl"
This reverts commit 25b2003.
1 parent ce8f093 commit 8d8275b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup
22
import sys
33

4-
install_requires = ['jsonref', 'schema', 'openpyxl>=2,<2.2', 'six', 'pytz']
4+
install_requires = ['jsonref', 'schema', 'openpyxl>=2', 'six', 'pytz']
55

66
if sys.version < '3':
77
install_requires.append('unicodecsv')

0 commit comments

Comments
 (0)