diff --git a/setup.py b/setup.py index e88fedc..e31895d 100644 --- a/setup.py +++ b/setup.py @@ -35,11 +35,11 @@ license='BSD', packages=find_packages(exclude=['tests*']), install_requires=[ - 'djangorestframework>=3.2.3,<=3.4.6' + 'djangorestframework>=3.7,<3.8' ], test_suite='runtests.run', tests_require=[ - 'Django>=1.8.14,<=1.10.1' + 'Django>=2.0,<2.1' ], zip_safe=False, classifiers=[