Skip to content

Commit 14be4f5

Browse files
committed
Fix requirements-dev headers to reflect uv pip compile tooling
Update requirements-dev.txt header from pip-compile/Python 3.9 to match the uv pip compile format used elsewhere in the repo. Also clarify the regenerate command comment in requirements-dev.in. Fixes review feedback on PR #106.
1 parent 6c781be commit 14be4f5

2 files changed

Lines changed: 3 additions & 7 deletions

File tree

requirements-dev.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Dev-only dependencies (not needed for production builds)
2-
# uv pip compile requirements-dev.in --output-file requirements-dev.txt
2+
# Regenerate with: uv pip compile requirements-dev.in --output-file requirements-dev.txt
33

44
Pillow>=10.0.0

requirements-dev.txt

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
#
2-
# This file is autogenerated by pip-compile with Python 3.9
3-
# by the following command:
4-
#
5-
# pip-compile --output-file=requirements-dev.txt requirements-dev.in
6-
#
1+
# This file was autogenerated by uv via the following command:
2+
# uv pip compile requirements-dev.in --output-file requirements-dev.txt
73
pillow==11.3.0
84
# via -r requirements-dev.in

0 commit comments

Comments
 (0)