Skip to content

Commit 84ecbb0

Browse files
committed
Set a minimum DRF version for the next release
1 parent 576a9c6 commit 84ecbb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def get_readme():
1616
license='BSD',
1717
keywords="EmberJS Django REST",
1818
packages=find_packages(),
19-
install_requires=['django', 'djangorestframework', 'inflection' ],
19+
install_requires=['django', 'djangorestframework >= 3.0.0', 'inflection' ],
2020
platforms=['any'],
2121
classifiers=[
2222
'Development Status :: 4 - Beta',

0 commit comments

Comments
 (0)