diff --git a/setup.py b/setup.py index e88fedc..0e6fbc3 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.10,<3.11' ], test_suite='runtests.run', tests_require=[ - 'Django>=1.8.14,<=1.10.1' + 'Django>=3.0,<3.1' ], zip_safe=False, classifiers=[