Skip to content

Commit

Permalink
pkg: add dbus tag to pull dependencies 'pip install py3status[dbus]'
Browse files Browse the repository at this point in the history
closes #2184
  • Loading branch information
ultrabug committed Jan 12, 2024
1 parent 64965ca commit 43f6c7e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ classifiers = [
dependencies = []

[project.optional-dependencies]
dbus = [
"dbus-python==1.3.2",
"PyGObject==3.46.0",
]
udev = ["pyudev >= 0.21.0"]

[project.urls]
Expand Down

0 comments on commit 43f6c7e

Please sign in to comment.