[deps] this seems a better to export dependencies
This commit is contained in:
parent
5609470af2
commit
ccece213a3
3 changed files with 3 additions and 4 deletions
2
justfile
2
justfile
|
|
@ -12,7 +12,7 @@ console:
|
|||
run-dev:
|
||||
uv run textual run --dev src/teilchensammler_cli/__init__.py
|
||||
|
||||
uv_export_options := "--format requirements.txt --quiet --no-editable"
|
||||
uv_export_options := "--frozen --format requirements.txt --quiet --no-install-project"
|
||||
exports-deps:
|
||||
uv export {{ uv_export_options }} --output-file requirements.txt
|
||||
uv export {{ uv_export_options }} --only-dev --output-file requirements.dev.txt
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# This file was autogenerated by uv via the following command:
|
||||
# uv export --format requirements.txt --no-editable --only-dev --output-file requirements.dev.txt
|
||||
# uv export --frozen --format requirements.txt --no-install-project --only-dev --output-file requirements.dev.txt
|
||||
colorama==0.4.6 ; sys_platform == 'win32' \
|
||||
--hash=sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44 \
|
||||
--hash=sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
# This file was autogenerated by uv via the following command:
|
||||
# uv export --format requirements.txt --no-editable --output-file requirements.txt
|
||||
.
|
||||
# uv export --frozen --format requirements.txt --no-install-project --output-file requirements.txt
|
||||
aerich==0.9.2 \
|
||||
--hash=sha256:02d58658714eebe396fe7bd9f9401db3a60a44dc885910ad3990920d0357317d \
|
||||
--hash=sha256:d0f007acb21f6559f1eccd4e404fb039cf48af2689e0669afa62989389c0582d
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue