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() args = parser.parse_args()
print("Installing Script Python3 Dependencies") 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', 'xlsxwriter', 'pyshark', 'influxdb', 'influxdb-client', 'matplotlib', 'pdfkit', 'pip-search', 'pyserial',
'pexpect-serial', 'scp', 'dash', 'kaleido'] 'pexpect-serial', 'scp', 'dash', 'kaleido']
if args.pyjwt: if args.pyjwt:

View File

@@ -1,6 +1,5 @@
bcrypt>=3.2.0 bcrypt>=3.2.0
beautifulsoup4>=4.10.0 beautifulsoup4>=4.10.0
bokeh>=2.3
Brotli>=1.0.9 Brotli>=1.0.9
bs4>=0.0.1 bs4>=0.0.1
certifi>=2021.10.8 certifi>=2021.10.8