Fix #615 -- Incorrect defaults for email texts

This commit is contained in:
Raphael Michel
2017-09-05 11:46:33 +02:00
parent 119fea3379
commit 77a8726a03
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ django-markup
markdown
bleach==2.*
raven
django-i18nfield>=1.0.1
django-i18nfield>=1.2.1
# Stripe
stripe==1.62.*
# PayPal

View File

@@ -102,7 +102,7 @@ setup(
'stripe==1.62.*',
'chardet<3.1.0,>=3.0.2',
'mt-940==4.7',
'django-i18nfield>=1.0.1',
'django-i18nfield>=1.2.1',
'vobject==0.9.*',
'pycountry',
'django-countries',