mirror of https://github.com/zulip/zulip.git
requirements: Upgrade Pillow to 5.1.0.
This commit is contained in:
parent
0e9fda033a
commit
bf610f6570
|
@ -20,7 +20,7 @@ Pygments==2.2.0
|
|||
ipython==6.3.1
|
||||
|
||||
# Needed for Image Processing
|
||||
Pillow==5.0.0
|
||||
Pillow==5.1.0
|
||||
|
||||
# Needed for building complex DB queries
|
||||
SQLAlchemy==1.2.6
|
||||
|
|
|
@ -102,7 +102,7 @@ pexpect==4.3.0 # via ipython
|
|||
phonenumberslite==8.8.6 # via django-phonenumber-field
|
||||
pickleshare==0.7.4 # via ipython
|
||||
pika==0.11.0
|
||||
pillow==5.0.0
|
||||
pillow==5.1.0
|
||||
pip-tools==1.11.0
|
||||
polib==1.1.0
|
||||
premailer==3.1.1
|
||||
|
|
|
@ -73,7 +73,7 @@ pexpect==4.3.0 # via ipython
|
|||
phonenumberslite==8.8.6 # via django-phonenumber-field
|
||||
pickleshare==0.7.4 # via ipython
|
||||
pika==0.11.0
|
||||
pillow==5.0.0
|
||||
pillow==5.1.0
|
||||
polib==1.1.0
|
||||
premailer==3.1.1
|
||||
prompt-toolkit==1.0.15 # via ipython
|
||||
|
|
Loading…
Reference in New Issue