mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-04-11 05:42:13 +00:00
Update to pyside6 version 6.7.1 (#223)
* Update to pyside6.7.1 * Fix Ruff * Fix MyPy * Update mypy job to also use PySide6 6.7.1 * Remove unused imports * Add Description to class * Ruff format * Fix Warning in pagination.py * Probably fix Pyside app test * Rename CustomQPushButton to QPushButtonWrapper also renamed custom_qbutton.py to qbutton_wrapper.py
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
humanfriendly==10.0
|
||||
opencv_python>=4.8.0.74,<=4.9.0.80
|
||||
Pillow==10.3.0
|
||||
PySide6>=6.5.1.1,<=6.6.3.1
|
||||
PySide6_Addons>=6.5.1.1,<=6.6.3.1
|
||||
PySide6_Essentials>=6.5.1.1,<=6.6.3.1
|
||||
PySide6==6.7.1
|
||||
PySide6_Addons==6.7.1
|
||||
PySide6_Essentials==6.7.1
|
||||
typing_extensions>=3.10.0.0,<=4.11.0
|
||||
ujson>=5.8.0,<=5.9.0
|
||||
numpy==1.26.4
|
||||
rawpy==0.21.0
|
||||
pillow-heif==0.16.0
|
||||
chardet==5.2.0
|
||||
|
||||
Reference in New Issue
Block a user