Skip to content

Commit f99c883

Browse files
committed
udpate
1 parent 4a2bf99 commit f99c883

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ repos:
5757
- id: compile-image-processing-requirements
5858
name: compile-image-processing-requirements
5959
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'
6161
pass_filenames: false

image_processing/src/image_processing/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 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
33
aiohappyeyeballs==2.4.4
44
aiohttp==3.11.11
55
aiosignal==1.3.2

0 commit comments

Comments
 (0)