Pin bs4 version due to regression

This commit is contained in:
Raphael Michel
2019-01-02 09:58:50 +01:00
parent dc433f6420
commit ad462921f0
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ celery>=4.1.1,<4.2.0
kombu==4.2.* kombu==4.2.*
django-statici18n==1.8.* django-statici18n==1.8.*
inlinestyler==0.2.* inlinestyler==0.2.*
BeautifulSoup4 BeautifulSoup4==4.6.*
slimit slimit
lxml lxml
static3==0.7.* static3==0.7.*

View File

@@ -108,7 +108,7 @@ setup(
'kombu==4.2.*', 'kombu==4.2.*',
'django-statici18n==1.8.*', 'django-statici18n==1.8.*',
'inlinestyler==0.2.*', 'inlinestyler==0.2.*',
'BeautifulSoup4', 'BeautifulSoup4==4.6.*',
'slimit', 'slimit',
'lxml', 'lxml',
'static3==0.7.*', 'static3==0.7.*',