change django-select2 to django-select2-py3 for python3 compatibility

This commit is contained in:
Tadas Dailyda 2014-12-04 14:32:45 +00:00
parent b9e051ceab
commit f7576691b1

View file

@ -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',