From cfe90b4616b576053c469ef786ab172ef40dd232 Mon Sep 17 00:00:00 2001 From: chfw Date: Thu, 8 Oct 2020 18:01:20 +0000 Subject: [PATCH] This is an auto-commit, updating project meta data, such as changelog.rst, contributors.rst --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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", ]