We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a5f017 commit 3d61951Copy full SHA for 3d61951
setup.py
@@ -16,7 +16,7 @@ def get_readme():
16
license='BSD',
17
keywords="EmberJS Django REST",
18
packages=find_packages(),
19
- install_requires=['django', 'djangorestframework >= 3.0.0', 'inflection' ],
+ install_requires=['django', 'djangorestframework >= 2.4.0', 'inflection' ],
20
platforms=['any'],
21
classifiers=[
22
'Development Status :: 4 - Beta',
0 commit comments