delete temporary requirements.txt

fixes #142
This commit is contained in:
2017-01-28 15:28:53 -05:00
parent f82166d801
commit a64f3c13ef
+3
View File
@@ -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."""