We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce8f093 commit 8d8275bCopy full SHA for 8d8275b
setup.py
@@ -1,7 +1,7 @@
1
from setuptools import setup
2
import sys
3
4
-install_requires = ['jsonref', 'schema', 'openpyxl>=2,<2.2', 'six', 'pytz']
+install_requires = ['jsonref', 'schema', 'openpyxl>=2', 'six', 'pytz']
5
6
if sys.version < '3':
7
install_requires.append('unicodecsv')
0 commit comments