summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2024-04-19 05:43:33 +0200
committerHelmut Grohne <helmut@subdivi.de>2024-04-19 05:43:33 +0200
commit2411b941ea0cc8b95cd3492cefd35436ac94f86f (patch)
treeb1d2361c60c9957486b89c9ea5acf6837d9e55c9 /pyproject.toml
parenteaca5f3629f6eb90b9257d6abdb2207cf930aad5 (diff)
downloadpython-linuxnamespaces-2411b941ea0cc8b95cd3492cefd35436ac94f86f.tar.gz
examples/cgroup.py: support jeepney as an alternative to ravel
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
1 files changed, 2 insertions, 1 deletions
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