remove temporary openpyxl fix

This commit is contained in:
Paul Philip Voelker
2019-09-02 18:51:51 -04:00
parent c23f577012
commit 28aac298e0
-1
View File
@@ -47,7 +47,6 @@ 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>=0.11.4',
'docopt']
version = '0.5.3'