Upgrade to PyQt 6.2

This commit is contained in:
Rebecca Breu 2021-10-04 08:34:54 +02:00
parent 12904fc230
commit 6c1da756aa

View file

@ -9,8 +9,8 @@ setup(
license='LICENSE',
description='A simple reference image viewer',
install_requires=[
'pyQt6>=6.1,<=6.1.1',
'pyQt6-Qt6>=6.1,<=6.1.1',
'pyQt6>=6.2.0',
'pyQt6-Qt6>=6.2.0',
'rectangle-packer>=2.0.1',
'exif',
],