depend on pillow>=10
This commit is contained in:
parent
dd130004ee
commit
76bb5b53d3
2 changed files with 1 additions and 5 deletions
|
@ -1,3 +1,4 @@
|
|||
chardet
|
||||
lxml
|
||||
requests
|
||||
Pillow>=10
|
||||
|
|
5
setup.py
5
setup.py
|
@ -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',
|
||||
],
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue