From fa228d060e46fd176fc86b6268ebbec5f83a7bdd Mon Sep 17 00:00:00 2001 From: Simatwa Date: Sun, 24 Dec 2023 04:55:19 +0300 Subject: [PATCH] Add Brotli to auto-handle compressions #2 --- requirements.txt | 3 ++- setup.py | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 76724e8..3ede6ac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,5 @@ requests==2.28.2 python-dotenv==1.0.0 click==8.1.3 rich==13.3.4 -pyperclip==1.8.2 \ No newline at end of file +pyperclip==1.8.2 +Brotli==1.1.0 \ No newline at end of file diff --git a/setup.py b/setup.py index 6e826d4..7596cbb 100644 --- a/setup.py +++ b/setup.py @@ -32,6 +32,7 @@ "click==8.1.3", "rich==13.3.4", "pyperclip==1.8.2", + "Brotli==1.1.0", ], python_requires=">=3.9", keywords=[