Pin tablib version to not use new major version

This commit is contained in:
Manel Clos 2020-01-15 11:06:57 +01:00
parent aa9284fac6
commit 7878169c72
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ CLASSIFIERS = [
install_requires = [
'diff-match-patch',
'Django>=2.0',
'tablib',
'tablib<1.0.0',
]