File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
image_processing/src/image_processing Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 57
57
- id : compile-image-processing-requirements
58
58
name : compile-image-processing-requirements
59
59
language : system
60
- entry : bash -c 'cd image_processing && exec uv export --all-extras --frozen --no-hashes > src/image_processing/requirements.txt'
60
+ entry : bash -c 'cd image_processing && exec uv export --all-extras --frozen --no-hashes --no-editable --no-sources --verbose > src/image_processing/requirements.txt'
61
61
pass_filenames : false
Original file line number Diff line number Diff line change 1
1
# This file was autogenerated by uv via the following command:
2
- # uv export --all-extras --frozen --no-hashes
2
+ # uv export --all-extras --frozen --no-hashes --no-editable --no-sources
3
3
aiohappyeyeballs == 2.4.4
4
4
aiohttp == 3.11.11
5
5
aiosignal == 1.3.2
You can’t perform that action at this time.
0 commit comments