mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
cleanup
This commit is contained in:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user