Remove version pin of html5lib and update bleach

This commit is contained in:
Raphael Michel
2017-03-08 18:26:52 +01:00
parent f9646d9325
commit c63e69db5f
2 changed files with 2 additions and 4 deletions

View File

@@ -81,7 +81,6 @@ setup(
'django-statici18n==1.3.*',
'inlinestyler==0.2.*',
'BeautifulSoup4',
'html5lib<0.99999999,>=0.999',
'slimit',
'lxml',
'static3==0.6.1',
@@ -89,7 +88,7 @@ setup(
'csscompressor',
'django-markup',
'markdown',
'bleach',
'bleach==2.*',
'raven',
'paypalrestsdk==1.12.*',
'pycparser==2.13',