Update setup.py
This commit is contained in:
parent
60275a475e
commit
c90e84a4e4
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -1,6 +1,6 @@
|
|||
from setuptools import find_packages, setup
|
||||
|
||||
dependencies = ['pillow >= 6.1.0, < 7.0', 'python-magic >= 0.4.15, < 1.0']
|
||||
dependencies = ['pillow >= 6.1.0, < 8.4', 'python-magic >= 0.4.15, < 1.0']
|
||||
|
||||
with open('README.md', 'r') as handle:
|
||||
long_description = handle.read()
|
||||
|
|
|
|||
Loading…
Reference in a new issue