This commit is contained in:
Kenneth Reitz
2017-01-31 23:21:51 -05:00
parent 2d36af3b44
commit 27876b2009
+1 -1
View File
@@ -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: