diff --git a/setup.py b/setup.py index 48e9866db..41c0df546 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ install_requires=[ "Django>=1.5", "pytz>=2013b", - "South", + "South>=0.8,<2.0", "BeautifulSoup", "PyYAML", "django-nose",