From 7d7aafeb7aec71eebef5e3e1ec1007d10a9a32ea Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Thu, 31 Oct 2024 19:38:10 +0100 Subject: bump python version, install used imports and ignore types for pydbus --- Pipfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Pipfile') diff --git a/Pipfile b/Pipfile index 1967def..d39f43f 100644 --- a/Pipfile +++ b/Pipfile @@ -4,12 +4,15 @@ verify_ssl = true name = "pypi" [packages] +pygobject = "*" +pydbus = "*" [dev-packages] pylint = "*" yapf = "*" mypy = "*" pytest = "*" +pygobject-stubs = "*" [requires] -python_version = "3.11" +python_version = "3.12" -- cgit v1.2.3