diff --git a/setup.py b/setup.py index 4799c44..21e1e5c 100644 --- a/setup.py +++ b/setup.py @@ -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__, @@ -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'