From 2fb3ded7beda83f99b6705066db78e5631bfabeb Mon Sep 17 00:00:00 2001 From: ericlingit Date: Mon, 5 Dec 2022 15:50:28 +0900 Subject: [PATCH] Add brotli to dependency list. --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 3ad262e..b3ce0be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,6 +18,7 @@ classifiers = [ "Topic :: Utilities", ] dependencies = [ + "brotli", "requests", ]