Skip to content

Commit

Permalink
Add Brotli to auto-handle compressions #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Simatwa committed Dec 24, 2023
1 parent 828f570 commit fa228d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
pyperclip==1.8.2
Brotli==1.1.0
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=[
Expand Down

0 comments on commit fa228d0

Please sign in to comment.