We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aad0778 commit dfc4630Copy full SHA for dfc4630
{{cookiecutter.project_slug}}/devbox.json
@@ -38,7 +38,7 @@
38
],
39
"scripts": {
40
"install": "uv pip install -r pyproject.toml --all-extras",
41
- "export-reqs": "uv pip freeze | uv pip compile - -o requirements.txt",
+ "export-reqs": "uv pip freeze > requirements.txt",
42
"venv": "uv venv ${VENV_DIR}",
43
"test": "pytest"
44
}
0 commit comments