Remove dependency from south. Use modern Django-Select2 to use the same package for Py2/Py3

This commit is contained in:
Iacopo Spalletti 2015-06-16 09:09:29 +02:00
commit dd974e7650
2 changed files with 4 additions and 11 deletions

View file

@ -49,14 +49,8 @@ setup(
'cmsplugin-filer',
'django-meta>=0.2',
'django-meta-mixin>=0.1.1',
'south>=1.0.1',
'django-select2>4.3',
],
extras_require={
":python_version=='3.3'": ['django-select2-py3'],
":python_version=='3.4'": ['django-select2-py3'],
":python_version=='2.6'": ['django-select2'],
":python_version=='2.7'": ['django-select2'],
},
license="BSD",
zip_safe=False,
keywords='djangocms-blog, blog, django, wordpress, multilingual',