Chore: Add brotli as dependancy to fix: https://github.com/unclecode/crawl4ai/issues/867
This commit is contained in:
@@ -42,6 +42,7 @@ dependencies = [
|
|||||||
"pyperclip>=1.8.2",
|
"pyperclip>=1.8.2",
|
||||||
"faust-cchardet>=2.1.19",
|
"faust-cchardet>=2.1.19",
|
||||||
"aiohttp>=3.11.11",
|
"aiohttp>=3.11.11",
|
||||||
|
"brotli>=1.1.0",
|
||||||
"humanize>=4.10.0",
|
"humanize>=4.10.0",
|
||||||
]
|
]
|
||||||
classifiers = [
|
classifiers = [
|
||||||
|
|||||||
@@ -22,3 +22,4 @@ nltk>=3.9.1
|
|||||||
rich>=13.9.4
|
rich>=13.9.4
|
||||||
cssselect>=1.2.0
|
cssselect>=1.2.0
|
||||||
faust-cchardet>=2.1.19
|
faust-cchardet>=2.1.19
|
||||||
|
brotli>=1.1.0
|
||||||
Reference in New Issue
Block a user