update_dependencies.py , requirements.txt : removed bokeh

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
Chuck SmileyRekiere
2021-12-02 14:46:04 -07:00
parent ab0edd0ea8
commit ac936583da
2 changed files with 1 additions and 2 deletions

View File

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