kaleido is no longer used anywhere in our library

Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
Matthew Stidham
2021-12-06 09:33:08 -08:00
parent 8e3f50a6dc
commit 46314d2563
3 changed files with 1 additions and 3 deletions

View File

@@ -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:

View File

@@ -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

View File

@@ -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