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 ec7009d commit d287241Copy full SHA for d287241
{{cookiecutter.project_slug}}/taskfiles/uv.yml
@@ -25,7 +25,7 @@ tasks:
25
install:
26
desc: "Install project dependencies"
27
cmds:
28
- - uv pip install -r pyproject.toml
+ - uv pip install -r pyproject.toml --all-extras
29
dir: "{{.ROOT_DIR}}"
30
31
lock:
@@ -60,5 +60,5 @@ tasks:
60
summary: |
61
Export the project dependencies to a requirements.txt file.
62
63
- - uv pip compile pyproject.toml -o {{.ROOT_DIR}}/requirements.txt
+ - uv pip freeze > {{.ROOT_DIR}}/requirements.txt
64
ignore_error: true
0 commit comments