mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 03:07:56 +00:00
update_dependencies.py , requirements.txt : removed bokeh
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user