Skip to content

Commit

Permalink
Include QtWebEngine (#1114)
Browse files Browse the repository at this point in the history
* Use full pyside6

* Add PySide6.QtWebEngineWidgets to hidden imports
  • Loading branch information
twizmwazin authored Nov 15, 2023
1 parent abf09a6 commit 2aa67c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions angr-management.spec
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ a = Analysis(
"xmlrpc.server",
"charset_normalizer.md__mypyc",
"PySide6.support.deprecated",
"PySide6.QtWebEngineWidgets",
],
hookspath=[],
hooksconfig={},
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ classifiers =
[options]
packages = find:
install_requires =
PySide6-Essentials>=6.4.2
PySide6>=6.4.2
PySide6-QtAds
QtAwesome
QtPy~=2.3.0
Expand Down

0 comments on commit 2aa67c0

Please sign in to comment.