From bb83f3fe1bec0730788607aab7ca874441a74100 Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Thu, 1 Feb 2024 19:46:46 +0100 Subject: add examples/cgroup.py: writeable cgroup hierarchy --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyproject.toml') 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 -- cgit v1.2.3