Skip to content

Commit dbee759

Browse files
committedDec 10, 2024
pydbus dependency
This commit was sponsored by nirik, Holly B, Greg Back, and my other patrons. If you want to join them, you can support my work at https://glyph.im/patrons/.
1 parent f781cb7 commit dbee759

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed
 

‎Linux-gui.requirements.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ pycairo==1.27.0 ; sys_platform == "linux"
7070
# pygobject
7171
pycparser==2.22
7272
# via cffi
73+
pydbus==0.6.0 ; sys_platform == "linux"
74+
# via Pomodouroboros (pyproject.toml)
7375
pygobject==3.50.0 ; sys_platform == "linux"
7476
# via Pomodouroboros (pyproject.toml)
7577
pyopenssl==24.3.0
@@ -92,7 +94,7 @@ six==1.17.0
9294
# python-xlib
9395
twisted==24.11.0
9496
# via Pomodouroboros (pyproject.toml)
95-
types-python-dateutil==2.9.0.20241003
97+
types-python-dateutil==2.9.0.20241206
9698
# via Pomodouroboros (pyproject.toml)
9799
typing-extensions==4.12.2
98100
# via

‎pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ gui = [
4949
"pycairo ; sys_platform == 'linux'",
5050
"PyGObject ; sys_platform == 'linux'",
5151
"python-xlib ; sys_platform == 'linux'",
52+
"pydbus ; sys_platform == 'linux'",
5253
]
5354

5455
[project.urls]

‎requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ six==1.17.0
7878
# via python-dateutil
7979
twisted==24.11.0
8080
# via Pomodouroboros (pyproject.toml)
81-
types-python-dateutil==2.9.0.20241003
81+
types-python-dateutil==2.9.0.20241206
8282
# via Pomodouroboros (pyproject.toml)
8383
typing-extensions==4.12.2
8484
# via

0 commit comments

Comments
 (0)
Please sign in to comment.