Skip to content

Commit

Permalink
Merge pull request #1909 from privacyidea/update_pillow_module
Browse files Browse the repository at this point in the history
Update Pillow to latest version
  • Loading branch information
plettich committed Oct 28, 2019
2 parents aff239e + 2d066db commit 07505a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Expand Up @@ -29,7 +29,7 @@ MarkupSafe==1.1.1
netaddr==0.7.19
oauth2client==2.0.1
passlib==1.7.1
Pillow==5.1.0
Pillow==6.2.1
psycopg2==2.8.3
pyasn1==0.4.3
pyasn1-modules==0.2.4
Expand All @@ -44,7 +44,7 @@ python-gnupg==0.4.4
pytz==2018.4
pyusb==1.0.2
PyYAML==5.1
qrcode==6.0
qrcode==6.1
redis==2.10.6
requests==2.20.0
rsa==4.0
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -37,7 +37,7 @@ def get_file_list(file_path):
"Jinja2>=2.10.1",
"Mako>=0.9.1",
"PyMySQL>=0.6.6",
"Pillow>=2.6.1",
"Pillow>=6.2.1",
"PyJWT>=1.3.0",
"PyYAML>=5.1",
"SQLAlchemy>=1.3.0",
Expand All @@ -50,7 +50,7 @@ def get_file_list(file_path):
"passlib>=1.6.2",
"pyOpenSSL>=17.5",
"pyrad>=2.0",
"qrcode>=5.1",
"qrcode>=6.1",
"requests>=2.7.0",
"sqlsoup>=0.9.0",
"ecdsa>=0.13.3",
Expand Down

0 comments on commit 07505a8

Please sign in to comment.