Skip to content

Commit

Permalink
Merge pull request #677 from girder/add-converter-to-extra-reqs
Browse files Browse the repository at this point in the history
Add the image converter to the extra requires.
  • Loading branch information
manthey authored Nov 10, 2021
2 parents 0c12005 + d128a11 commit d68aec0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## Unreleased

### Improvements
- Add the image converter to the extra requires ([#677](../../pull/677))

## Version 1.8.6

### Bug Fixes
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

extraReqs = {
'memcached': ['pylibmc>=1.5.1'] if platform.system() != 'Windows' else [],
'converter': ['large-image-converter'],
}
sources = {
'bioformats': ['large-image-source-bioformats'],
Expand Down

0 comments on commit d68aec0

Please sign in to comment.