regression test and dependency updates

This commit is contained in:
Matthew Stidham
2021-02-08 14:18:06 -08:00
parent 4e13cd542d
commit 639f04cb83
2 changed files with 14 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env python3
import subprocess
def main():
command = "pip3 install pandas seaborn plotly numpy dash paramiko --upgrade"
command = "pip3 install pandas seaborn plotly numpy dash paramiko bokeh --upgrade"
res = subprocess.call(command, shell = True)
print("Returned Value: ", res)