Remove dependency from south. Use modern Django-Select2 to use the same package for Py2/Py3
This commit is contained in:
parent
ebfbcc89a2
commit
dd974e7650
2 changed files with 4 additions and 11 deletions
8
setup.py
8
setup.py
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue