mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
@@ -210,6 +210,9 @@ def do_install_dependencies(dev=False, only=False, bare=False, requirements=Fals
|
||||
if not bare:
|
||||
click.echo(crayons.blue(format_pip_output(c.out, r=deps_path)))
|
||||
|
||||
# Cleanup the temp requirements file.
|
||||
if requirements:
|
||||
os.remove(deps_path)
|
||||
|
||||
def do_download_dependencies(dev=False, only=False, bare=False):
|
||||
""""Executes the download functionality."""
|
||||
|
||||
Reference in New Issue
Block a user