Added Django to the setup requirements. It was there already due that mptt has it in the list, also its tested now extensively.

This commit is contained in:
Martin Mahner 2013-11-25 23:44:17 +01:00
parent 6a7e201a72
commit d56bfac077

View file

@ -8,6 +8,7 @@ setup(
package_data={'dpaste': ['static/*.*', 'templates/*.*']},
scripts=('manage.py',),
install_requires=(
'django>=1.4',
'django-mptt>=0.6.0',
'pygments>=1.6',
'requests>=2.0.0',