From 96fc8722c04ad7868c51e97ee9c87165fa929fbb Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 22 Jan 2017 19:18:26 -0500 Subject: [PATCH] TODO --- pipenv/cli.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pipenv/cli.py b/pipenv/cli.py index 8105ce72..f1f77bf6 100644 --- a/pipenv/cli.py +++ b/pipenv/cli.py @@ -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.")