Open
Description
$ python3 --version
Python 3.12.3
$ python3 -m venv venv
$ venv/bin/python -m pip install pipenv
...
$ venv/bin/pipenv --version
pipenv, version 2024.4.1
$ venv/bin/pipenv install cryptography==3.4.7
Creating a virtualenv for this project
Pipfile: /tmp/tmp.COxTwhJBWb/Pipfile
Using default python from /tmp/tmp.COxTwhJBWb/venv/bin/python3.12.3 to create virtualenv...
⠙ Creating virtual environment...created virtual environment CPython3.12.3.final.0-64 in 4591ms
...
$ venv/bin/pipenv check --output json > json.txt
$ venv/bin/pipenv check --output minimal > minimal.txt
$ diff -s json.txt minimal.txt
8c8
< "/tmp/tmp.COxTwhJBWb-siHZ-UTsktoqp_9f_requirements.txt"
--- > "/tmp/tmp.COxTwhJBWb-siHZ-UTsbfbn2o33_requirements.txt"
15c15
< "timestamp": "2025-04-10 23:34:52",
---
> "timestamp": "2025-04-10 23:35:14",
33,34c33,34
< "output": {
< "--output": 1
---
> "json": {
> "--json": 1
70c70
< "found": "/tmp/tmp.COxTwhJBWb-siHZ-UTsktoqp_9f_requirements.txt",
---
> "found": "/tmp/tmp.COxTwhJBWb-siHZ-UTsbfbn2o33_requirements.txt",
Metadata
Metadata
Assignees
Labels
No labels