This is an auto-commit, updating project meta data, such as changelog.rst, contributors.rst

This commit is contained in:
chfw 2020-12-12 17:56:04 +00:00
parent 19013b685a
commit 084fa8ed57
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 = {}