mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-21 12:34:54 +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()
|
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:
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user