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.
Showing
| ... | @@ -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 | ||
| ... | ... |
Please
register
or
sign in
to comment