Skip to content

Commit dfc4630

Browse files
chore: simplify uv pip freeze command
1 parent aad0778 commit dfc4630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{cookiecutter.project_slug}}/devbox.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
],
3939
"scripts": {
4040
"install": "uv pip install -r pyproject.toml --all-extras",
41-
"export-reqs": "uv pip freeze | uv pip compile - -o requirements.txt",
41+
"export-reqs": "uv pip freeze > requirements.txt",
4242
"venv": "uv venv ${VENV_DIR}",
4343
"test": "pytest"
4444
}

0 commit comments

Comments
 (0)