Browse Source

Re-add pillow (still needed) and use looser bounds

pull/3/head
Luke Murphy 5 years ago
parent
commit
80e8a5e4fd
No known key found for this signature in database GPG Key ID: 5E2EF5A63E3718CC
  1. 4
      setup.py

4
setup.py

@ -1,8 +1,6 @@
from setuptools import find_packages, setup
dependencies = [
'python-magic==0.4.15',
]
dependencies = ['pillow >= 6.1.0, < 7.0', 'python-magic >= 0.4.15, < 1.0']
with open('README.md', 'r') as handle:
long_description = handle.read()

Loading…
Cancel
Save