forked from CGM_Public/pretix_original
Fix #615 -- Incorrect defaults for email texts
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user