diff --git a/src/requirements/production.txt b/src/requirements/production.txt index 2fc3dc1c53..371993670c 100644 --- a/src/requirements/production.txt +++ b/src/requirements/production.txt @@ -26,7 +26,7 @@ dj-static csscompressor django-markup markdown -bleach +bleach==1.5 raven django-i18nfield # Stripe diff --git a/src/setup.py b/src/setup.py index 4935f1cef7..c67a99d600 100644 --- a/src/setup.py +++ b/src/setup.py @@ -89,7 +89,7 @@ setup( 'csscompressor', 'django-markup', 'markdown', - 'bleach', + 'bleach==1.5', 'raven', 'paypalrestsdk==1.12.*', 'pycparser==2.13',