commit: 6aba927414d7befa769ede3f60c6773041d6d4df
Author: NP-Hardass <np.hardass <AT> gmail <DOT> com>
AuthorDate: Sun Jun 11 08:05:28 2017 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sun Feb 9 23:16:31 2020 +0000
URL: https://gitweb.gentoo.org/proj/euscan.git/commit/?id=6aba9274
setup.py: drop south, update minimum django version
Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
index fd9e6da..9a71420 100755
--- a/setup.py
+++ b/setup.py
@@ -91,7 +91,7 @@ setup(
# Command line utility
'BeautifulSoup>=3.2.1',
# Web interface
- 'Django>=1.4', 'django-annoying>=0.7.6', 'South>=0.7',
+ 'Django>=1.7', 'django-annoying>=0.7.6',
'django-piston>=0.2.3', 'matplotlib>=1.1.0',
'django-celery>=3.0.1', 'django-registration>=0.8',
'python-ldap>=2.4.10', 'django-auth-ldap>=1.1',