From 242003500dfbf499ad8a61f4e288690a16106a89 Mon Sep 17 00:00:00 2001 From: Benex254 Date: Fri, 9 Aug 2024 01:07:32 +0300 Subject: [PATCH] chore: add dbus-python as dep for notifications --- poetry.lock | 16 +++++++++++++++- pyproject.toml | 1 + 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/poetry.lock b/poetry.lock index c7602cf..eda54ad 100644 --- a/poetry.lock +++ b/poetry.lock @@ -453,6 +453,20 @@ files = [ {file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"}, ] +[[package]] +name = "dbus-python" +version = "1.3.2" +description = "Python bindings for libdbus" +optional = false +python-versions = ">=3.7" +files = [ + {file = "dbus-python-1.3.2.tar.gz", hash = "sha256:ad67819308618b5069537be237f8e68ca1c7fcc95ee4a121fe6845b1418248f8"}, +] + +[package.extras] +doc = ["sphinx", "sphinx_rtd_theme"] +test = ["tap.py"] + [[package]] name = "distlib" version = "0.3.8" @@ -1421,4 +1435,4 @@ test = ["pytest (>=8.1,<9.0)"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "5305621bc02d824065519913f0d754e269f1e4525ba8796be08504120614259d" +content-hash = "0d3d33b96f371efe07ca158306fb09de4aff8a1afce47007d8dffd8b382846a2" diff --git a/pyproject.toml b/pyproject.toml index f597014..332148c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,6 +21,7 @@ plyer = "^2.1.0" pyshortcuts = "^1.9.0" mpv = "^1.0.7" +dbus-python = "^1.3.2" [tool.poetry.group.dev.dependencies] black = "^24.4.2" isort = "^5.13.2"