mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
+1
-1
@@ -4,7 +4,7 @@
|
||||
- Deprecate `pipenv update` command.
|
||||
- Fully remove `check --style` functionality.
|
||||
- Better `lock -r` functionality.
|
||||
|
||||
- Up-to-date security checks for `pipenv check`.
|
||||
9.1.0:
|
||||
- Add --system flag to $ pipenv check.
|
||||
- Removal of package name suggestions.
|
||||
|
||||
+1
-1
@@ -2147,7 +2147,7 @@ def do_check(three=None, python=False, system=False, unused=False, args=None):
|
||||
else:
|
||||
python = system_which('python')
|
||||
|
||||
c = delegator.run('"{0}" {1} check --json'.format(python, shellquote(path)))
|
||||
c = delegator.run('"{0}" {1} check --json --key=1ab8d58f-5122e025-83674263-bc1e79e0'.format(python, shellquote(path)))
|
||||
try:
|
||||
results = simplejson.loads(c.out)
|
||||
except ValueError:
|
||||
|
||||
Reference in New Issue
Block a user