From 084fa8ed57fb35879c9c8e77253e562f5e06a174 Mon Sep 17 00:00:00 2001 From: chfw Date: Sat, 12 Dec 2020 17:56:04 +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 4c06b39..65ffc34 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ pyexcel-io>=0.6.2 -xlrd +xlrd<2 xlwt diff --git a/setup.py b/setup.py index fafb4b7..9000415 100644 --- a/setup.py +++ b/setup.py @@ -69,7 +69,7 @@ PYTHON_REQUIRES = ">=3.6" INSTALL_REQUIRES = [ "pyexcel-io>=0.6.2", - "xlrd", + "xlrd<2", "xlwt", ] SETUP_COMMANDS = {}