From 46314d25636a03c2baa400d087cec2a2d7dbdc6a Mon Sep 17 00:00:00 2001 From: Matthew Stidham Date: Mon, 6 Dec 2021 09:33:08 -0800 Subject: [PATCH] kaleido is no longer used anywhere in our library Signed-off-by: Matthew Stidham --- py-scripts/update_dependencies.py | 2 +- python.3.6.requirements.txt | 1 - requirements.txt | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/py-scripts/update_dependencies.py b/py-scripts/update_dependencies.py index 95e65268..b25dad77 100755 --- a/py-scripts/update_dependencies.py +++ b/py-scripts/update_dependencies.py @@ -26,7 +26,7 @@ def main(): print("Installing Script Python3 Dependencies") packages = ['pandas', 'plotly', 'numpy', 'cryptography', 'paramiko', 'pyarrow', 'websocket-client', 'xlsxwriter', 'pyshark', 'influxdb', 'influxdb-client', 'matplotlib', 'pdfkit', 'pip-search', 'pyserial', - 'pexpect-serial', 'scp', 'dash', 'kaleido'] + 'pexpect-serial', 'scp', 'dash'] if args.pyjwt: packages.append('pyjwt') else: diff --git a/python.3.6.requirements.txt b/python.3.6.requirements.txt index 55759883..e38edefe 100644 --- a/python.3.6.requirements.txt +++ b/python.3.6.requirements.txt @@ -24,7 +24,6 @@ iperf3==0.1.10 itsdangerous>=2.0.1 Jinja2>=3.0.2 jwt>=1.3.1 -kaleido>=0.2.1 kiwisolver>=1.3.1 lxml>=4.6.4 MarkupSafe>=2.0.1 diff --git a/requirements.txt b/requirements.txt index dcf67b90..2dc0ad2b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,6 @@ influxdb-client>=1.23.0 itsdangerous>=2.0.1 Jinja2>=3.0.2 jwt>=1.3.1 -kaleido>=0.2.1 kiwisolver>=1.3.2 lxml>=4.6.4 MarkupSafe>=2.0.1