summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2024-02-01 19:46:46 +0100
committerHelmut Grohne <helmut@subdivi.de>2024-02-01 19:46:46 +0100
commitbb83f3fe1bec0730788607aab7ca874441a74100 (patch)
tree0383980a25c8a39fada196f6349e6ff64146c2a9 /pyproject.toml
parent29f626fe3bdcf8beb5bbef5f5fc949103039e4ab (diff)
downloadpython-linuxnamespaces-bb83f3fe1bec0730788607aab7ca874441a74100.tar.gz
add examples/cgroup.py: writeable cgroup hierarchy
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index a19700e..d9bb0e1 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -12,7 +12,7 @@ classifiers = [
[project.optional-dependencies]
test = ["pytest"]
-examples = ["zstandard"]
+examples = ["dbussy", "zstandard"]
[tool.black]
line-length = 79