mirror of https://github.com/zulip/zulip.git
requirements: Upgrade premailer from 3.4.0 to 3.5.0.
This commit is contained in:
parent
43c8d915d8
commit
f3eb7a8aa9
|
@ -58,7 +58,7 @@ hypchat==0.21
|
|||
-e git+https://github.com/zulip/line_profiler.git#egg=line_profiler==2.1.2.zulip1
|
||||
|
||||
# Needed for inlining the CSS in emails
|
||||
premailer==3.4.0
|
||||
premailer==3.5.0
|
||||
|
||||
# Needed for JWT-based auth
|
||||
PyJWT==1.7.1
|
||||
|
|
|
@ -102,7 +102,7 @@ pika==0.13.0
|
|||
pillow==6.1.0
|
||||
pip-tools==2.0.2
|
||||
polib==1.1.0
|
||||
premailer==3.4.0
|
||||
premailer==3.5.0
|
||||
prompt-toolkit==1.0.16 # via ipython
|
||||
psycopg2==2.8.2
|
||||
ptyprocess==0.6.0 # via pexpect
|
||||
|
|
|
@ -73,7 +73,7 @@ pickleshare==0.7.5 # via ipython
|
|||
pika==0.13.0
|
||||
pillow==6.1.0
|
||||
polib==1.1.0
|
||||
premailer==3.4.0
|
||||
premailer==3.5.0
|
||||
prompt-toolkit==1.0.16 # via ipython
|
||||
psycopg2==2.8.2
|
||||
ptyprocess==0.6.0 # via pexpect
|
||||
|
|
Loading…
Reference in New Issue