File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -31,9 +31,12 @@ The following software is required:
3131 - Python3
3232 - Pip
3333 - Python modules specified in ` requirements.txt `
34- - pyaoscx
34+ - pyaoscx v1.0.0
3535 - requests
3636 - urllib3
37+
38+ ** Note that the current version of this driver utilizes pyaoscx v1 only. Future versions of this driver will be
39+ compatible with pyaoscx v2**
3740
3841
3942## Installing
Original file line number Diff line number Diff line change 11jinja2
22netaddr
33pyYAML
4- pyaoscx
4+ pyaoscx == 1.0.0
55requests
66urllib3
Original file line number Diff line number Diff line change 55
66setuptools .setup (
77 name = "napalm-aruba-cx" ,
8- version = "0.1.3 " ,
8+ version = "0.1.4 " ,
99 author = "Aruba Automation" ,
10101111 description = "NAPALM drivers for Aruba AOS-CX Switches" ,
You can’t perform that action at this time.
0 commit comments