This commit is contained in:
2017-01-22 19:18:26 -05:00
parent eaecf7986b
commit 96fc8722c0
+1
View File
@@ -431,6 +431,7 @@ def check():
p = pipfile.load(project.pipfile_location)
# Assert the given requirements.
# TODO: Run this within virtual environment.
p.assert_requirements()
@click.command(help="Updates pip to latest version, uninstalls all packages, and re-installs them to latest compatible versions.")