set upper bound on django-import-export dependency version (#36774)

* so as to maintain the role CSV export feature
This commit is contained in:
Paul Marillonnet 2019-10-08 12:12:06 +02:00
parent 8fe6e3eb73
commit 05fc8d66e0
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ The other Authentic 2 dependencies are:
- django-select2>=4.3.0
- django-tables2>=1.0
- gadjo>=0.6
- django-import-export>=0.2.7
- django-import-export>=0.2.7,<=0.4.5
- djangorestframework>=3.3
- six>=1.9
- Markdown>=2.5