[deps] exclude editable installs from exported requirements
Some checks failed
ci/woodpecker/push/workflow/2 Pipeline failed
ci/woodpecker/push/workflow/1 Pipeline failed

This commit is contained in:
bronsen 2025-12-09 23:30:37 +01:00
parent 8a160c1c82
commit d440e0417b
3 changed files with 4 additions and 4 deletions

View file

@ -12,7 +12,7 @@ console:
run-dev:
uv run textual run --dev src/teilchensammler_cli/__init__.py
uv_export_options := "--format requirements.txt --quiet"
uv_export_options := "--format requirements.txt --quiet --no-editable"
exports-deps:
uv export {{ uv_export_options }} --output-file requirements.txt
uv export {{ uv_export_options }} --only-dev --output-file requirements.dev.txt

View file

@ -1,5 +1,5 @@
# This file was autogenerated by uv via the following command:
# uv export --format requirements.txt --only-dev --output-file requirements.dev.txt
# uv export --format requirements.txt --no-editable --only-dev --output-file requirements.dev.txt
colorama==0.4.6 ; sys_platform == 'win32' \
--hash=sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44 \
--hash=sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6

View file

@ -1,6 +1,6 @@
# This file was autogenerated by uv via the following command:
# uv export --format requirements.txt --output-file requirements.txt
-e .
# uv export --format requirements.txt --no-editable --output-file requirements.txt
.
aerich==0.9.2 \
--hash=sha256:02d58658714eebe396fe7bd9f9401db3a60a44dc885910ad3990920d0357317d \
--hash=sha256:d0f007acb21f6559f1eccd4e404fb039cf48af2689e0669afa62989389c0582d