Skip to content

Commit

Permalink
update to install ncc-yang-push
Browse files Browse the repository at this point in the history
  • Loading branch information
einarnn committed Feb 26, 2019
1 parent 3a6f320 commit 855f9a4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ def read(fname):
'ncc-capture-schema',
'ncc-get-all-schema',
'ncc-get-schema',
'ncc'
'ncc-yang-push',
'ncc',
],
author=__author__,
author_email=__author_email__,
Expand All @@ -36,7 +37,7 @@ def read(fname):
install_requires=[
'Jinja2>=2.8',
'pyang>=1.7.3',
'ncclient>=0.5.3',
'ncclient>=0.6.3',
'GitPython>=2.1.3',
'beautifulsoup4>=4.6.0',
'netmiko>=2.0.2'
Expand Down

0 comments on commit 855f9a4

Please sign in to comment.