mirror of
https://github.com/pretix/pretix.git
synced 2026-05-09 15:54:03 +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.*
|
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.*
|
||||||
|
|||||||
@@ -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.*',
|
||||||
|
|||||||
Reference in New Issue
Block a user