From b05625351ef04ddcfb871fb625ae79cc60e84f04 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Fri, 19 Feb 2021 01:00:27 +0100 Subject: add missing dependency --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 4d32636..c41daaf 100644 --- a/setup.py +++ b/setup.py @@ -36,6 +36,7 @@ with open("README.md", "r") as fh: "requests", "toml", "unidecode>=0.10", + "zstandard", ], extras_require={"dev": [ "ipython", -- cgit v1.2.3