Skip to content

Commit

Permalink
Added Django to the setup requirements. It was there already due that…
Browse files Browse the repository at this point in the history
… mptt has it in the list, also its tested now extensively.
  • Loading branch information
bartTC committed Nov 25, 2013
1 parent 6a7e201 commit d56bfac
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 @@ -8,6 +8,7 @@
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',
Expand Down

0 comments on commit d56bfac

Please sign in to comment.