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

This commit is contained in:
chfw 2020-10-08 18:01:20 +00:00
parent 9cb254e5f2
commit cfe90b4616
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -67,7 +67,7 @@ CLASSIFIERS = [
INSTALL_REQUIRES = [
"pyexcel-io>=0.5.3",
"pyexcel-io>=0.6.2",
"xlrd",
"xlwt",
]