mirror of https://github.com/zulip/zulip.git
requirements: Upgrade premailer from 3.2.0 to 3.3.0.
This commit is contained in:
parent
2e69f50ced
commit
8d56976a0c
|
@ -82,7 +82,7 @@ hypchat==0.21
|
||||||
line_profiler==2.1.2
|
line_profiler==2.1.2
|
||||||
|
|
||||||
# Needed for inlining the CSS in emails
|
# Needed for inlining the CSS in emails
|
||||||
premailer==3.2.0
|
premailer==3.3.0
|
||||||
|
|
||||||
# Needed for JWT-based auth
|
# Needed for JWT-based auth
|
||||||
PyJWT==1.7.1
|
PyJWT==1.7.1
|
||||||
|
|
|
@ -31,7 +31,7 @@ beautifulsoup4==4.7.1
|
||||||
boto3==1.9.108 # via moto
|
boto3==1.9.108 # via moto
|
||||||
boto==2.49.0
|
boto==2.49.0
|
||||||
botocore==1.12.108 # via boto3, moto, s3transfer
|
botocore==1.12.108 # via boto3, moto, s3transfer
|
||||||
cachetools==3.1.0 # via google-auth
|
cachetools==3.1.0 # via google-auth, premailer
|
||||||
cchardet==2.1.4
|
cchardet==2.1.4
|
||||||
certifi==2018.11.29
|
certifi==2018.11.29
|
||||||
cffi==1.12.2
|
cffi==1.12.2
|
||||||
|
@ -114,7 +114,7 @@ pika==0.13.0
|
||||||
pillow==5.4.1
|
pillow==5.4.1
|
||||||
pip-tools==2.0.2
|
pip-tools==2.0.2
|
||||||
polib==1.1.0
|
polib==1.1.0
|
||||||
premailer==3.2.0
|
premailer==3.3.0
|
||||||
prompt-toolkit==1.0.15 # via ipython
|
prompt-toolkit==1.0.15 # via ipython
|
||||||
psycopg2==2.7.7
|
psycopg2==2.7.7
|
||||||
ptyprocess==0.6.0 # via pexpect
|
ptyprocess==0.6.0 # via pexpect
|
||||||
|
|
|
@ -24,7 +24,7 @@ backports-abc==0.5
|
||||||
backports.ssl-match-hostname==3.7.0.1
|
backports.ssl-match-hostname==3.7.0.1
|
||||||
beautifulsoup4==4.7.1
|
beautifulsoup4==4.7.1
|
||||||
boto==2.49.0
|
boto==2.49.0
|
||||||
cachetools==3.1.0 # via google-auth
|
cachetools==3.1.0 # via google-auth, premailer
|
||||||
cchardet==2.1.4
|
cchardet==2.1.4
|
||||||
certifi==2018.11.29
|
certifi==2018.11.29
|
||||||
cffi==1.12.2
|
cffi==1.12.2
|
||||||
|
@ -83,7 +83,7 @@ pickleshare==0.7.5 # via ipython
|
||||||
pika==0.13.0
|
pika==0.13.0
|
||||||
pillow==5.4.1
|
pillow==5.4.1
|
||||||
polib==1.1.0
|
polib==1.1.0
|
||||||
premailer==3.2.0
|
premailer==3.3.0
|
||||||
prompt-toolkit==1.0.15 # via ipython
|
prompt-toolkit==1.0.15 # via ipython
|
||||||
psycopg2==2.7.7
|
psycopg2==2.7.7
|
||||||
ptyprocess==0.6.0 # via pexpect
|
ptyprocess==0.6.0 # via pexpect
|
||||||
|
|
Loading…
Reference in New Issue