Commit 9e0c9a75 by Jaakko Luttinen

Fix South handling in requirements

South dependency is specified in setup.py, thus it must be removed
from requirements.txt where it was accidentally added.
parent 7f200356
...@@ -6,8 +6,7 @@ django>=1.4,<1.7 ...@@ -6,8 +6,7 @@ django>=1.4,<1.7
# https://github.com/mariocesar/sorl-thumbnail/issues/255 # https://github.com/mariocesar/sorl-thumbnail/issues/255
sorl-thumbnail>=11.12.1b sorl-thumbnail>=11.12.1b
# Migrations in Django # South (migrations in Django) is handled in setup.py
South>=0.8.4
# Wiki language processor # Wiki language processor
# For Python 2.6, use Markdown<2.5.0, see # For Python 2.6, use Markdown<2.5.0, see
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment