diff --git a/setup.py b/setup.py index 90fd957b3..e476cb6d5 100644 --- a/setup.py +++ b/setup.py @@ -19,9 +19,5 @@ "netaddr", "lxml", "jinja2", - "ncclient" ], - dependency_links=[ - "git+https://github.com/Juniper/ncclient.git" - ] )