diff --git a/setup.py b/setup.py index 1a4fdfe..b8aef1a 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ setup( zip_safe=False, install_requires=[ 'Django>=1.5.0', - 'djangorestframework>=2.3.13, <3.0', + 'djangorestframework>=3.0', 'six>=1.8.0', ], test_suite='runtests.runtests',