Skip to content

Commit 855f9a4

Browse files
committed
update to install ncc-yang-push
1 parent 3a6f320 commit 855f9a4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ def read(fname):
2626
'ncc-capture-schema',
2727
'ncc-get-all-schema',
2828
'ncc-get-schema',
29-
'ncc'
29+
'ncc-yang-push',
30+
'ncc',
3031
],
3132
author=__author__,
3233
author_email=__author_email__,
@@ -36,7 +37,7 @@ def read(fname):
3637
install_requires=[
3738
'Jinja2>=2.8',
3839
'pyang>=1.7.3',
39-
'ncclient>=0.5.3',
40+
'ncclient>=0.6.3',
4041
'GitPython>=2.1.3',
4142
'beautifulsoup4>=4.6.0',
4243
'netmiko>=2.0.2'

0 commit comments

Comments
 (0)