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

This commit is contained in:
Luke Murphy 2019-09-07 01:12:06 +02:00
parent b613eef36c
commit 80e8a5e4fd
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

View File

@ -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()