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