mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
TODO
This commit is contained in:
@@ -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.")
|
||||
|
||||
Reference in New Issue
Block a user