Skip to content

Commit a8db9c1

Browse files
committed
Specified the version of Django REST Framework for this version
1 parent 3895a0d commit a8db9c1

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' ],
19+
install_requires=['django', 'djangorestframework < 3.0.0' ],
2020
platforms=['any'],
2121
classifiers=[
2222
'Development Status :: 4 - Beta',

0 commit comments

Comments
 (0)