Skip to content

Commit

Permalink
Depend on pillow >= 5.3.0 to mitigate python-pillow/Pillow#2926
Browse files Browse the repository at this point in the history
  • Loading branch information
kba committed Nov 22, 2018
1 parent 060fc43 commit 1a71e64
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Versioned according to [Semantic Versioning](http://semver.org/).

## Unreleased

Changed:

* Depend on pillow >= 5.3.0 to mitigate https://github.com/python-pillow/Pillow/issues/2926

## [0.11.0] - 2018-11-21

Changed:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ bagit_profile >= 1.2.0
click >=7<8
requests
lxml
Pillow
Pillow >= 5.3.0
numpy
opencv-python
Flask
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
include_package_data=True,
install_requires=[
'Flask',
'Pillow',
'Pillow >= 5.3.0',
'bagit >= 1.7.0',
'bagit_profile >= 1.2.0',
'click',
Expand Down

0 comments on commit 1a71e64

Please sign in to comment.