Lock down xlrd to restore .xlsx support (#41)

* Lock down xlrd to restore .xlsx support

* Update requirements.txt
This commit is contained in:
Peter Carnesciali 2020-12-12 11:28:55 -06:00 committed by GitHub
parent a31308d8c3
commit ced153d95c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
pyexcel-io>=0.6.2
xlrd
xlrd<2
xlwt

View File

@ -69,7 +69,7 @@ PYTHON_REQUIRES = ">=3.6"
INSTALL_REQUIRES = [
"pyexcel-io>=0.6.2",
"xlrd",
"xlrd<2",
"xlwt",
]
SETUP_COMMANDS = {}