From ca96941da8ec5f45aa36e6152729456649d804ee Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Mon, 14 Aug 2023 15:13:42 -0700 Subject: [PATCH] add PyQt5 package (#29400) old-commit-hash: 6c3e5c43623d32210298378cd752c363b6f93c76 --- poetry.lock | 4 ++-- pyproject.toml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6eaa9e35c7..57a1bf4fc7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f440aa745789a918513d16a56c8df129cfeb165312a85b74dd776a89ca5e3386 -size 365499 +oid sha256:0b8667bc3cba8eb63c0203edafa2956bac7bdcc4e62936e7bf0674dbfcb20836 +size 370444 diff --git a/pyproject.toml b/pyproject.toml index ddcf79d834..c4188a6c6d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -101,6 +101,7 @@ types-pycurl = "*" types-PyYAML = "*" types-requests = "*" types-tabulate = "*" +pyqt5 = "*" [build-system]