Merge pull request #120 from nephila/feature/update_setup
Remove dependency from south
This commit is contained in:
commit
39b4ce2d85
2 changed files with 4 additions and 11 deletions
|
@ -42,10 +42,9 @@ Supported django CMS versions:
|
|||
argument. Templates has been changed to use a context variable
|
||||
instead. Please update your plugin templates accordingly.
|
||||
|
||||
.. warning:: To ease migration to version 0.3, djangocms-blog depends on south
|
||||
even on Django 1.7; while this is unnecessary for Django 1.7, it
|
||||
makes transition to version 0.3 painless. Hard dependency will be
|
||||
removed in 0.5.
|
||||
.. warning:: Starting from version 0.5, this package does not declare dependency
|
||||
on South anymore; please install it separately if using this
|
||||
application on Django 1.6.
|
||||
|
||||
|
||||
Quickstart
|
||||
|
|
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…
Reference in a new issue