mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-10-31 18:58:01 +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")
|
print("Installing Script Python3 Dependencies")
|
||||||
packages = ['pandas', 'plotly', 'numpy', 'cryptography', 'paramiko', 'pyarrow', 'websocket-client',
|
packages = ['pandas', 'plotly', 'numpy', 'cryptography', 'paramiko', 'pyarrow', 'websocket-client',
|
||||||
'xlsxwriter', 'pyshark', 'influxdb', 'influxdb-client', 'matplotlib', 'pdfkit', 'pip-search', 'pyserial',
|
'xlsxwriter', 'pyshark', 'influxdb', 'influxdb-client', 'matplotlib', 'pdfkit', 'pip-search', 'pyserial',
|
||||||
'pexpect-serial', 'scp', 'dash', 'kaleido']
|
'pexpect-serial', 'scp', 'dash']
|
||||||
if args.pyjwt:
|
if args.pyjwt:
|
||||||
packages.append('pyjwt')
|
packages.append('pyjwt')
|
||||||
else:
|
else:
|
||||||
|
|||||||
@@ -24,7 +24,6 @@ iperf3==0.1.10
|
|||||||
itsdangerous>=2.0.1
|
itsdangerous>=2.0.1
|
||||||
Jinja2>=3.0.2
|
Jinja2>=3.0.2
|
||||||
jwt>=1.3.1
|
jwt>=1.3.1
|
||||||
kaleido>=0.2.1
|
|
||||||
kiwisolver>=1.3.1
|
kiwisolver>=1.3.1
|
||||||
lxml>=4.6.4
|
lxml>=4.6.4
|
||||||
MarkupSafe>=2.0.1
|
MarkupSafe>=2.0.1
|
||||||
|
|||||||
@@ -22,7 +22,6 @@ influxdb-client>=1.23.0
|
|||||||
itsdangerous>=2.0.1
|
itsdangerous>=2.0.1
|
||||||
Jinja2>=3.0.2
|
Jinja2>=3.0.2
|
||||||
jwt>=1.3.1
|
jwt>=1.3.1
|
||||||
kaleido>=0.2.1
|
|
||||||
kiwisolver>=1.3.2
|
kiwisolver>=1.3.2
|
||||||
lxml>=4.6.4
|
lxml>=4.6.4
|
||||||
MarkupSafe>=2.0.1
|
MarkupSafe>=2.0.1
|
||||||
|
|||||||
Reference in New Issue
Block a user