forked from varia/distribusi
increase Pillow version number for python 3.11
This commit is contained in:
parent
e291e7497e
commit
4cb03d1131
2
setup.py
2
setup.py
@ -1,6 +1,6 @@
|
|||||||
from setuptools import find_packages, setup
|
from setuptools import find_packages, setup
|
||||||
|
|
||||||
dependencies = ['pillow >= 6.1.0, < 8.4', 'python-magic >= 0.4.15, < 1.0']
|
dependencies = ['pillow >= 10.3.0', 'python-magic >= 0.4.15, < 1.0']
|
||||||
|
|
||||||
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