aboutsummaryrefslogtreecommitdiff
path: root/Pipfile
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fischer@muhq.space>2024-10-31 19:38:10 +0100
committerFlorian Fischer <florian.fischer@muhq.space>2025-11-06 10:35:13 +0100
commit7d7aafeb7aec71eebef5e3e1ec1007d10a9a32ea (patch)
tree34dcbe65d61e75c56d03c77d6581750d59ee9be2 /Pipfile
parent7d8f44cff2b53833a5c973c2ef36b8a34db2bd8d (diff)
downloadgeldschieberbot-7d7aafeb7aec71eebef5e3e1ec1007d10a9a32ea.tar.gz
geldschieberbot-7d7aafeb7aec71eebef5e3e1ec1007d10a9a32ea.zip
bump python version, install used imports and ignore types for pydbus
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile5
1 files changed, 4 insertions, 1 deletions
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"