Merge pull request #143 from vlcinsky/fix_xlsx

Fix xlsx: fix #142
This commit is contained in:
Jan Vlčinský
2018-04-26 15:04:02 +02:00
committed by GitHub
+1
View File
@@ -47,6 +47,7 @@ class PublishCommand(Command):
requires = ['SQLAlchemy;python_version>="3.0"',
'SQLAlchemy<1.1;python_version<"3.0"',
'openpyxl<2.5.0', # temporary fix to issue #142
'tablib',
'docopt']
version = '0.5.3'