setup: limit django-reversion to version 2 (#39092)

This commit is contained in:
Frédéric Péters 2020-01-19 19:03:56 +01:00
parent c94b37c09d
commit f165c7d12d
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ setup(
'gadjo',
'django-ckeditor<=4.5.3',
'django-haystack<2.8',
'django-reversion>=2.0',
'django-reversion>=2.0,<3',
'django-taggit',
'djangorestframework>=3.3, <3.7',
'requests',