diff --git a/requirements.txt b/requirements.txt index cc6ba29..4c06b39 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -pyexcel-io>=0.5.3 +pyexcel-io>=0.6.2 xlrd xlwt diff --git a/setup.py b/setup.py index d8cfed2..8cfc14c 100644 --- a/setup.py +++ b/setup.py @@ -67,7 +67,7 @@ CLASSIFIERS = [ INSTALL_REQUIRES = [ - "pyexcel-io>=0.5.3", + "pyexcel-io>=0.6.2", "xlrd", "xlwt", ]