mirror of
https://github.com/rbreu/beeref.git
synced 2026-03-11 08:54:28 +00:00
Upgrade to PyQt 6.2
This commit is contained in:
parent
12904fc230
commit
6c1da756aa
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
|
@ -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',
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue