Skip to content

Commit

Permalink
Updated requirements.txt to specify pyaoscx version 1 as a dependency.
Browse files Browse the repository at this point in the history
Updated README.md and setup.py to reflect these changes
  • Loading branch information
alvinc13 committed May 26, 2021
1 parent 09c89aa commit 319c84e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,12 @@ The following software is required:
- Python3
- Pip
- Python modules specified in `requirements.txt`
- pyaoscx
- pyaoscx v1.0.0
- requests
- urllib3

**Note that the current version of this driver utilizes pyaoscx v1 only. Future versions of this driver will be
compatible with pyaoscx v2**


## Installing
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
jinja2
netaddr
pyYAML
pyaoscx
pyaoscx == 1.0.0
requests
urllib3
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="napalm-aruba-cx",
version="0.1.3",
version="0.1.4",
author="Aruba Automation",
author_email="aruba-automation@hpe.com",
description="NAPALM drivers for Aruba AOS-CX Switches",
Expand Down

0 comments on commit 319c84e

Please sign in to comment.