update dependency

This commit is contained in:
chfw 2015-12-24 15:09:31 +00:00
parent fff15b5cf5
commit 0c7fb60591
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
pyexcel-io>=0.1.0
pyexcel-iO==0.1.0i-rc1
xlrd
xlwt-future

View File

@ -10,7 +10,7 @@ with open("README.rst", 'r') as readme:
README_txt = readme.read()
dependencies = [
'pyexcel-io>=0.1.0',
'pyexcel-io==0.1.0-rc1',
'xlrd',
'xlwt-future'
]