mirror of https://github.com/zulip/zulip.git
requirements: Upgrade premailer to 3.2.0.
This commit is contained in:
parent
a1821fd27d
commit
27193b0ecc
|
@ -76,7 +76,7 @@ httplib2==0.11.3
|
|||
-e git+https://github.com/zulip/talon.git@7d8bdc4dbcfcc5a73298747293b99fe53da55315#egg=talon==1.2.10.zulip1
|
||||
|
||||
# Needed for inlining the CSS in emails
|
||||
premailer==3.1.1
|
||||
premailer==3.2.0
|
||||
|
||||
# Needed for JWT-based auth
|
||||
PyJWT==1.6.1
|
||||
|
|
|
@ -105,7 +105,7 @@ pika==0.11.0
|
|||
pillow==5.1.0
|
||||
pip-tools==2.0.2
|
||||
polib==1.1.0
|
||||
premailer==3.1.1
|
||||
premailer==3.2.0
|
||||
prompt-toolkit==1.0.15 # via ipython
|
||||
psycopg2==2.7.4
|
||||
ptyprocess==0.5.2 # via pexpect
|
||||
|
|
|
@ -75,7 +75,7 @@ pickleshare==0.7.4 # via ipython
|
|||
pika==0.11.0
|
||||
pillow==5.1.0
|
||||
polib==1.1.0
|
||||
premailer==3.1.1
|
||||
premailer==3.2.0
|
||||
prompt-toolkit==1.0.15 # via ipython
|
||||
psycopg2==2.7.4
|
||||
ptyprocess==0.5.2 # via pexpect
|
||||
|
|
Loading…
Reference in New Issue