0d455ebd06
It doesn't matter how exactly the user called puffin, the lockfile should look the same either way.
35 lines
694 B
Plaintext
35 lines
694 B
Plaintext
---
|
|
source: crates/puffin-cli/tests/pip_compile.rs
|
|
info:
|
|
program: puffin
|
|
args:
|
|
- pip-compile
|
|
- requirements.in
|
|
- "--python-version"
|
|
- py312
|
|
- "--cache-dir"
|
|
- /tmp/.tmp4asOTQ
|
|
env:
|
|
VIRTUAL_ENV: /tmp/.tmpjRCdtR/.venv
|
|
---
|
|
success: true
|
|
exit_code: 0
|
|
----- stdout -----
|
|
# This file was autogenerated by Puffin v0.0.1 via the following command:
|
|
# puffin pip-compile requirements.in --python-version py312 --cache-dir [CACHE_DIR]
|
|
black==23.10.1
|
|
click==8.1.7
|
|
# via black
|
|
mypy-extensions==1.0.0
|
|
# via black
|
|
packaging==23.2
|
|
# via black
|
|
pathspec==0.11.2
|
|
# via black
|
|
platformdirs==4.0.0
|
|
# via black
|
|
|
|
----- stderr -----
|
|
Resolved 6 packages in [TIME]
|
|
|