Skip to content

Commit

Permalink
add missed requirement in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Sikora committed Nov 30, 2014
1 parent 7b7e2d3 commit 064d49f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
install_requires=[
'Django>=1.5.0',
'djangorestframework>=2.3.13',
'six>=1.8.0',
],
test_suite='runtests.runtests',
include_package_data=True,
Expand Down

0 comments on commit 064d49f

Please sign in to comment.