django-media-tree
django-media-tree copied to clipboard
Remove South dependency
requirements/common.py lists South as a dependency so it always get installed with a pip install. Django 1.8.x doesn't support having South installed in the environment at all, even if not enabled.
Could you remove the hard South dependency, please?