From 3e7a79b0b38336da4568de3c7161660301797fd4 Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Sat, 27 Jan 2024 22:58:30 +0100 Subject: pyproject.toml: document optional dependency zstandard --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index e81eabd..a19700e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,6 +12,7 @@ classifiers = [ [project.optional-dependencies] test = ["pytest"] +examples = ["zstandard"] [tool.black] line-length = 79 -- cgit v1.2.3