1
0
mirror of https://github.com/ciromattia/kcc synced 2026-02-08 21:31:56 +00:00

remove references to qt5

This commit is contained in:
Alex Xu
2023-06-30 10:57:27 -07:00
parent b51c87e3bc
commit 5c1408e7b7
5 changed files with 10 additions and 17 deletions

View File

@@ -92,9 +92,9 @@ setuptools.setup(
},
packages=['kindlecomicconverter'],
install_requires=[
'PyQt5>=5.6.0',
'pyside6>=6.5.1',
'Pillow>=5.2.0',
'psutil>=5.0.0',
'psutil>=5.9.5',
'python-slugify>=1.2.1,<9.0.0',
'raven>=6.0.0',
'mozjpeg-lossless-optimization>=1.1.2',