mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
stop once we've got it
This commit is contained in:
@@ -262,6 +262,7 @@ def parse_install_output(output):
|
||||
if r is None:
|
||||
continue
|
||||
names.append((r['file'].replace('./.venv/downloads/',''), name))
|
||||
break
|
||||
|
||||
return names
|
||||
|
||||
@@ -313,6 +314,7 @@ def get_downloads_info(names_map):
|
||||
for fname in os.listdir(project.download_location):
|
||||
|
||||
# Get display name from filename mapping
|
||||
click.echo(names_map[fname])
|
||||
name = list(convert_deps_from_pip(names_map[fname]))[0]
|
||||
# Get the version info from the filenames.
|
||||
version = parse_download_fname(fname)
|
||||
|
||||
Reference in New Issue
Block a user