Upgraded pillow dependencies because I am on Debian SID

This commit is contained in:
crunk 2022-01-05 13:51:31 +01:00
parent 63becedaf5
commit e291e7497e

View File

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