This commit is contained in:
Aravind Karnam
2025-03-25 13:44:41 +05:30
parent efa73257c5
commit 2f0e217751
2 changed files with 3 additions and 1 deletions

View File

@@ -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 = [

View File

@@ -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