Browse Source
Re-add pillow (still needed) and use looser bounds
pull/3/head
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with
1 additions and
3 deletions
-
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() |
|
|
|