From 2f0e2177512369f89ed7579e8e261c3a7133deda Mon Sep 17 00:00:00 2001 From: Aravind Karnam Date: Tue, 25 Mar 2025 13:44:41 +0530 Subject: [PATCH] Chore: Add brotli as dependancy to fix: https://github.com/unclecode/crawl4ai/issues/867 --- pyproject.toml | 1 + requirements.txt | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ad07548d..247974c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,6 +42,7 @@ dependencies = [ "pyperclip>=1.8.2", "faust-cchardet>=2.1.19", "aiohttp>=3.11.11", + "brotli>=1.1.0", "humanize>=4.10.0", ] classifiers = [ diff --git a/requirements.txt b/requirements.txt index c1f36c56..5fe0cc4c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,4 +21,5 @@ psutil>=6.1.1 nltk>=3.9.1 rich>=13.9.4 cssselect>=1.2.0 -faust-cchardet>=2.1.19 \ No newline at end of file +faust-cchardet>=2.1.19 +brotli>=1.1.0 \ No newline at end of file