From 077361714855a0c39935cfa36e75d6aa7bcc702e Mon Sep 17 00:00:00 2001 From: Jeremy Schulman Date: Sun, 3 Nov 2013 15:15:07 -0500 Subject: [PATCH] updates --- setup.py | 4 ---- 1 file changed, 4 deletions(-) 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" - ] )