Skip to content

Commit 319c84e

Browse files
committed
Updated requirements.txt to specify pyaoscx version 1 as a dependency.
Updated README.md and setup.py to reflect these changes
1 parent 09c89aa commit 319c84e

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
jinja2
22
netaddr
33
pyYAML
4-
pyaoscx
4+
pyaoscx == 1.0.0
55
requests
66
urllib3

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="napalm-aruba-cx",
8-
version="0.1.3",
8+
version="0.1.4",
99
author="Aruba Automation",
1010
author_email="[email protected]",
1111
description="NAPALM drivers for Aruba AOS-CX Switches",

0 commit comments

Comments
 (0)