misc: bump djangorestframework requirement to <3.5 (#26405)

This commit is contained in:
Frédéric Péters 2018-09-26 17:35:40 +02:00
parent 649ca7e31f
commit e6d1fafa0d
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ setup(name="authentic2",
'django-tables2>=1.0,<2.0',
'gadjo>=0.53',
'django-import-export>=0.2.7',
'djangorestframework>=3.3,<3.4',
'djangorestframework>=3.3,<3.5',
'six>=1',
'Markdown>=2.1',
'python-ldap',