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 markdown
bleach==2.* bleach==2.*
raven raven
django-i18nfield>=1.0.1 django-i18nfield>=1.2.1
# Stripe # Stripe
stripe==1.62.* stripe==1.62.*
# PayPal # PayPal

View File

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