Update the minimum required version of DRF to 3.7.7

Closes #44, #45.
This commit is contained in:
h-hirokawa
2018-01-12 09:38:50 +01:00
committed by Cristi Vîjdea
parent 9d1150f1ab
commit 33199aec59
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -7,6 +7,6 @@ future>=0.16.0
six>=1.11.0
uritemplate>=3.0.0
djangorestframework>=3.7.0
djangorestframework>=3.7.7
Django>=1.11.7,<2.0; python_version <= "2.7"
Django>=1.11.7; python_version >= "3.4"