c3a917bbf6
## Summary Allows, e.g., `--python-version 3.7` or `--python-version 3.7.9`. This was also feedback I received in the original PR. Closes https://github.com/astral-sh/puffin/issues/533.
37 lines
835 B
Plaintext
37 lines
835 B
Plaintext
---
|
|
source: crates/puffin-cli/tests/pip_compile.rs
|
|
info:
|
|
program: puffin
|
|
args:
|
|
- pip-compile
|
|
- requirements.in
|
|
- "--python-version"
|
|
- "3.12"
|
|
- "--cache-dir"
|
|
- /var/folders/nt/6gf2v7_s3k13zq_t3944rwz40000gn/T/.tmpBGkaCR
|
|
- "--exclude-newer"
|
|
- "2023-11-18T12:00:00Z"
|
|
env:
|
|
VIRTUAL_ENV: /var/folders/nt/6gf2v7_s3k13zq_t3944rwz40000gn/T/.tmpfxl60Y/.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 3.12 --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]
|
|
|