From 27876b20090ebad718128f98c6f42e32eb4ed83b Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 31 Jan 2017 23:21:51 -0500 Subject: [PATCH] cleanup --- pipenv/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipenv/utils.py b/pipenv/utils.py index c715b3bd..08fc7c1b 100644 --- a/pipenv/utils.py +++ b/pipenv/utils.py @@ -42,7 +42,7 @@ def convert_deps_from_pip(dep): # VCS Installs. elif req.vcs: # Crop off the git+, etc part. - dependency[req.name] = {req.vcs: req.uri[len(req.vcs)+1:]} + dependency[req.name] = {req.vcs: req.uri[len(req.vcs) + 1:]} # Add --editable, if it's there. if req.editable: