From ac936583dace762e9698cc53f35e8e5fd438f117 Mon Sep 17 00:00:00 2001 From: Chuck SmileyRekiere Date: Thu, 2 Dec 2021 14:46:04 -0700 Subject: [PATCH] update_dependencies.py , requirements.txt : removed bokeh Signed-off-by: Chuck SmileyRekiere --- py-scripts/update_dependencies.py | 2 +- requirements.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/py-scripts/update_dependencies.py b/py-scripts/update_dependencies.py index 15c8741a..95e65268 100755 --- a/py-scripts/update_dependencies.py +++ b/py-scripts/update_dependencies.py @@ -24,7 +24,7 @@ def main(): args = parser.parse_args() print("Installing Script Python3 Dependencies") - packages = ['pandas', 'plotly', 'numpy', 'cryptography', 'paramiko', 'bokeh', 'pyarrow', 'websocket-client', + packages = ['pandas', 'plotly', 'numpy', 'cryptography', 'paramiko', 'pyarrow', 'websocket-client', 'xlsxwriter', 'pyshark', 'influxdb', 'influxdb-client', 'matplotlib', 'pdfkit', 'pip-search', 'pyserial', 'pexpect-serial', 'scp', 'dash', 'kaleido'] if args.pyjwt: diff --git a/requirements.txt b/requirements.txt index 5c82a91b..dcf67b90 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,5 @@ bcrypt>=3.2.0 beautifulsoup4>=4.10.0 -bokeh>=2.3 Brotli>=1.0.9 bs4>=0.0.1 certifi>=2021.10.8