Skip to content

Commit 8b81370

Browse files
author
Stefan Dumitrescu
committed
Updated requirements.txt to include websockets 6.0 to avoid pypupeteer error:
"pyppeteer.errors.NetworkError: Protocol error Target.activateTarget: Target closed." also updated gitignore to ignore the uncompressed model files.
1 parent 68d7f5b commit 8b81370

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ __pycache__/
55
*.json
66
tmp/
77
*.log
8+
fred/inference/model_files.bz2
9+
fred/inference/model_files/*.pth

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ Flask_Cors==3.0.8
88
numpy==1.17.1
99
Pillow==6.1.0
1010
beautifulsoup4==4.8.0
11-
pyppeteer==0.0.25
11+
pyppeteer==0.0.25
12+
websockets==6.0

0 commit comments

Comments
 (0)