depend on pillow>=10

This commit is contained in:
j 2023-08-31 19:20:50 +01:00
parent dd130004ee
commit 76bb5b53d3
2 changed files with 1 additions and 5 deletions

View File

@ -1,3 +1,4 @@
chardet
lxml
requests
Pillow>=10

View File

@ -57,11 +57,6 @@ setup(
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Topic :: Software Development :: Libraries :: Python Modules',
],
)