Skip to content

Commit be1f638

Browse files
committed
patch: Add brotli dependency
1 parent 25a3386 commit be1f638

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ pyyaml==6.0.1
1212
matplotlib
1313
gpt4all==2.2.0
1414
poe-api-wrapper==1.3.6
15-
python-dotenv==1.0.0
15+
python-dotenv==1.0.0
16+
brotli==1.1.0

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"webchatgpt==0.2.9",
1313
"GoogleBard1>=2.1.4",
1414
"poe-api-wrapper==1.3.6",
15+
"brotli==1.1.0",
1516
]
1617

1718
cli_reqs = [

0 commit comments

Comments
 (0)