Skip to content

Commit

Permalink
update install_requires in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Sikora committed Dec 2, 2014
1 parent 064d49f commit 6ef9131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -29,7 +29,7 @@
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',
Expand Down

0 comments on commit 6ef9131

Please sign in to comment.