Re-add pillow (still needed) and use looser bounds
This commit is contained in:
parent
b613eef36c
commit
80e8a5e4fd
4
setup.py
4
setup.py
@ -1,8 +1,6 @@
|
|||||||
from setuptools import find_packages, setup
|
from setuptools import find_packages, setup
|
||||||
|
|
||||||
dependencies = [
|
dependencies = ['pillow >= 6.1.0, < 7.0', 'python-magic >= 0.4.15, < 1.0']
|
||||||
'python-magic==0.4.15',
|
|
||||||
]
|
|
||||||
|
|
||||||
with open('README.md', 'r') as handle:
|
with open('README.md', 'r') as handle:
|
||||||
long_description = handle.read()
|
long_description = handle.read()
|
||||||
|
Loading…
Reference in New Issue
Block a user