mirror of
https://github.com/rbreu/beeref.git
synced 2026-03-11 08:54:28 +00:00
Fix dependencies in setup.py
This commit is contained in:
parent
24599673ef
commit
0e461c29a2
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -10,7 +10,7 @@ setup(
|
|||
description='A simple reference image viewer',
|
||||
install_requires=[
|
||||
'pyQt6',
|
||||
'rectangle-packer=>2.0.0',
|
||||
'rectangle-packer>=2.0.0',
|
||||
],
|
||||
packages=['beeref'],
|
||||
entry_points={
|
||||
|
|
|
|||
Loading…
Reference in a new issue