Migrate from PyQT6 to PySide6

This commit is contained in:
Debanjum Singh Solanky
2023-07-11 18:43:44 -07:00
parent 83ed8561ee
commit 9c76150895
5 changed files with 7 additions and 7 deletions

View File

@@ -46,7 +46,7 @@ dependencies = [
"tenacity >= 8.2.2",
"pillow == 9.3.0",
"pydantic >= 1.10.10",
"pyqt6 == 6.3.1",
"pyside6 >= 6.5.1",
"pyyaml == 6.0",
"rich >= 13.3.1",
"schedule == 1.1.0",