From a11bbc0576183d9c4a15e4f9225ab5fcd73d788c Mon Sep 17 00:00:00 2001 From: jarathomas Date: Wed, 29 May 2024 16:28:29 -0400 Subject: [PATCH] adding os specific version of pyqtwebengine-qt5 --- poetry.lock | 13 ++++++++++++- pyproject.toml | 5 ++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index f84d3ad..9d9592f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1186,6 +1186,17 @@ files = [ {file = "PyQtWebEngine_Qt5-5.15.2-py3-none-win_amd64.whl", hash = "sha256:24231f19e1595018779977de6722b5c69f3d03f34a5f7574ff21cd1e764ef76d"}, ] +[[package]] +name = "pyqtwebengine-qt5" +version = "5.15.13" +description = "The subset of a Qt installation needed by PyQtWebEngine." +optional = false +python-versions = "*" +files = [ + {file = "PyQtWebEngine_Qt5-5.15.13-py3-none-macosx_10_13_x86_64.whl", hash = "sha256:c6a4425c1b024268620782a65d6f9b4040813cfc16fba883f84a4ea90436727f"}, + {file = "PyQtWebEngine_Qt5-5.15.13-py3-none-macosx_11_0_arm64.whl", hash = "sha256:cc5fa744cd464582155e34abd5bd2f886c3217ce83d22cfa73acd9c459906fa8"}, +] + [[package]] name = "python-dateutil" version = "2.9.0.post0" @@ -1574,4 +1585,4 @@ test = ["pytest", "pytest-cov"] [metadata] lock-version = "2.0" python-versions = "~3.11" -content-hash = "9383d3085a9fe433ce7699b091820d1cab4f6987ba07deb560a14b321c31eaee" +content-hash = "1805608988f07387a0b66620392483f65836042ee7915a337ef50ad5d340868f" diff --git a/pyproject.toml b/pyproject.toml index aae31bd..a770bc6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,10 @@ pyqt5-qt5 = [ {version = "==5.15.2", platform = "win32"}, {version = "==5.15.13", platform = "darwin"} ] -pyqtwebengine-qt5 = "==5.15.2" +pyqtwebengine-qt5 = [ + {version = "==5.15.2", platform = "win32"}, + {version = "==5.15.13", platform = "darwin"} + ] pyqt5 = "*" pyqtwebengine = "*" pycrossva = ">=0.98"