summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2024-04-23 07:11:48 +0200
committerHelmut Grohne <helmut@subdivi.de>2024-04-23 07:11:48 +0200
commitb0874c6086f19809b1adf7f5e7a755ac6f146c9e (patch)
treee778269925050cfa56c1a197e975be10c6415f71 /pyproject.toml
parent2411b941ea0cc8b95cd3492cefd35436ac94f86f (diff)
downloadpython-linuxnamespaces-b0874c6086f19809b1adf7f5e7a755ac6f146c9e.tar.gz
lift the dbus functionality from the cgroup example
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml6
1 files changed, 4 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index b226a33..481593a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -12,9 +12,11 @@ classifiers = [
requires-python = ">=3.9"
[project.optional-dependencies]
+# linuxnamespaces.systemd needs jeepney or dbussy, not both.
+jeepney = ["jeepney"]
+dbussy = ["dbussy"]
test = ["pytest", "pytest-forked", "pytest-subtests"]
-# We want jeepney or dbussy, not both.
-examples = ["dbussy", "jeepney", "zstandard"]
+examples = ["zstandard"]
[tool.black]
line-length = 79