update install_requires in setup.py

This commit is contained in:
Mateusz Sikora 2014-12-02 15:04:07 +01:00
parent 064d49fdef
commit 6ef9131060

View File

@ -29,7 +29,7 @@ setup(
zip_safe=False,
install_requires=[
'Django>=1.5.0',
'djangorestframework>=2.3.13',
'djangorestframework>=2.3.13, <3.0',
'six>=1.8.0',
],
test_suite='runtests.runtests',