mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Pin bs4 version due to regression
This commit is contained in:
@@ -20,7 +20,7 @@ celery>=4.1.1,<4.2.0
|
||||
kombu==4.2.*
|
||||
django-statici18n==1.8.*
|
||||
inlinestyler==0.2.*
|
||||
BeautifulSoup4
|
||||
BeautifulSoup4==4.6.*
|
||||
slimit
|
||||
lxml
|
||||
static3==0.7.*
|
||||
|
||||
@@ -108,7 +108,7 @@ setup(
|
||||
'kombu==4.2.*',
|
||||
'django-statici18n==1.8.*',
|
||||
'inlinestyler==0.2.*',
|
||||
'BeautifulSoup4',
|
||||
'BeautifulSoup4==4.6.*',
|
||||
'slimit',
|
||||
'lxml',
|
||||
'static3==0.7.*',
|
||||
|
||||
Reference in New Issue
Block a user