Updated rest framework to 3.9

This commit is contained in:
Eliot Berriot 2019-01-11 13:33:35 +01:00
commit 14392ebb0c
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
14 changed files with 187 additions and 116 deletions

View file

@ -30,7 +30,7 @@ celery>=4.1,<4.2
# Your custom requirements go here
django-cors-headers>=2.1,<2.2
musicbrainzngs==0.6
djangorestframework>=3.7,<3.8
djangorestframework>=3.9,<3.10
djangorestframework-jwt>=1.11,<1.12
oauth2client<4
pendulum>=2,<3