setup: limit django-reversion to version 2

This commit is contained in:
Frédéric Péters 2020-01-19 19:03:56 +01:00
parent 1c810c703b
commit 490e418460
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',