summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
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 481593a..04d6a5f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -15,8 +15,9 @@ requires-python = ">=3.9"
# linuxnamespaces.systemd needs jeepney or dbussy, not both.
jeepney = ["jeepney"]
dbussy = ["dbussy"]
+# linuxnamespaces.tarutils.ZstdTarFile
+zstandard = ["zstandard"]
test = ["pytest", "pytest-forked", "pytest-subtests"]
-examples = ["zstandard"]
[tool.black]
line-length = 79