requirements: use djangorestframework >= 3.4

This commit is contained in:
Lauréline Guérin 2019-10-29 11:31:14 +01:00
parent 7908d97ca0
commit ec2db025a2
No known key found for this signature in database
GPG Key ID: 1FAB9B9B4F93D473
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ setup(
],
install_requires=['django>=1.11, <1.12',
'gadjo',
'djangorestframework>=3.1, <3.7',
'djangorestframework>=3.4, <3.7',
'django-jsonfield >= 0.9.3',
'vobject',
'python-dateutil',