fix: Remove invalid PyQt6-SVG package from requirements
The package 'PyQt6-Qt6-SVG' does not exist on PyPI. PyQt6 6.4.0+ includes SVG support by default via QtSvg module. Users were getting: ERROR: No matching distribution found for PyQt6-Qt6-SVG Fix: Removed the invalid package line. SVG support will work with base PyQt6 installation.
This commit is contained in:
parent
1ccd7d2e61
commit
dbdd78c1bd
|
|
@ -1,6 +1,5 @@
|
||||||
# Core dependencies
|
# Core dependencies
|
||||||
PyQt6>=6.4.0
|
PyQt6>=6.4.0
|
||||||
PyQt6-Qt6-SVG # SVG support for icons
|
|
||||||
keyboard>=0.13.5
|
keyboard>=0.13.5
|
||||||
|
|
||||||
# OCR and Image Processing (for Game Reader and Skill Scanner)
|
# OCR and Image Processing (for Game Reader and Skill Scanner)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue