change django-select2 to django-select2-py3 for python3 compatibility
This commit is contained in:
parent
b9e051ceab
commit
f7576691b1
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -40,7 +40,7 @@ setup(
|
|||
'django-cms>=3.0',
|
||||
'django-taggit',
|
||||
'django-filer',
|
||||
'django-select2',
|
||||
'django-select2-Py3',
|
||||
'pytz',
|
||||
'django-taggit-templatetags',
|
||||
'django-taggit-autosuggest',
|
||||
|
|
Loading…
Reference in a new issue