update_dependencies.py : added pexpect-serial

This commit is contained in:
Chuck SmileyRekiere
2021-05-06 06:47:45 -06:00
parent dda7366381
commit c1cfd9c6e0

View File

@@ -3,7 +3,7 @@ import subprocess
def main(): def main():
print("Installing Script Python3 Dependencies") print("Installing Script Python3 Dependencies")
packages = ['pandas', 'plotly', 'numpy', 'cryptography', 'paramiko', 'bokeh','pyarrow', 'websocket-client', 'xlsxwriter',\ packages = ['pandas', 'plotly', 'numpy', 'cryptography', 'paramiko', 'bokeh','pyarrow', 'websocket-client', 'xlsxwriter',\
'pyshark', 'influxdb', 'influxdb-client', 'matplotlib', 'pdfkit', 'pip-search', 'pyserial' ] 'pyshark', 'influxdb', 'influxdb-client', 'matplotlib', 'pdfkit', 'pip-search', 'pyserial', 'pexpect-serial' ]
packages_installed = [] packages_installed = []
packages_failed =[] packages_failed =[]
for package in packages: for package in packages: