From 2411b941ea0cc8b95cd3492cefd35436ac94f86f Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Fri, 19 Apr 2024 05:43:33 +0200 Subject: examples/cgroup.py: support jeepney as an alternative to ravel --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 4cf512e..b226a33 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,8 @@ requires-python = ">=3.9" [project.optional-dependencies] test = ["pytest", "pytest-forked", "pytest-subtests"] -examples = ["dbussy", "zstandard"] +# We want jeepney or dbussy, not both. +examples = ["dbussy", "jeepney", "zstandard"] [tool.black] line-length = 79 -- cgit v1.2.3