Require tablib>=0.11.4 to resolve #52

Given tablib version removed omnijson and uses stdlib one.
This commit is contained in:
Jan Vlcinsky
2018-04-28 22:47:42 +02:00
parent 03759f11e9
commit e7bb914cd8
+1 -1
View File
@@ -48,7 +48,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',
'tablib>=0.11.4',
'docopt']
version = '0.5.3'