add missed requirement in setup.py

This commit is contained in:
Mateusz Sikora 2014-11-30 23:37:40 +01:00
parent 7b7e2d368b
commit 064d49fdef

View File

@ -30,6 +30,7 @@ setup(
install_requires=[
'Django>=1.5.0',
'djangorestframework>=2.3.13',
'six>=1.8.0',
],
test_suite='runtests.runtests',
include_package_data=True,