mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-10-30 10:22:34 +00:00
kaleido is no longer used anywhere in our library
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user