Skip to content

Commit

Permalink
do not install django-mptt 0.6.1 it's broken
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaoming committed Jul 19, 2014
1 parent 178aa26 commit 1ec4e74
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
django>=1.4
django>=1.4,<1.7
Markdown>2.2.0
django-sekizai>=0.7
django-mptt>=0.5.3

# django-mptt 0.6.1 is broken, see #316
django-mptt==0.6.0

# Now with compatibility for django 1.6
sorl-thumbnail>=11.12.1b

Pillow
six
# Notification system
Expand Down

0 comments on commit 1ec4e74

Please sign in to comment.