Files
dagster/requirements.sh
2025-07-22 13:37:51 +02:00

6 lines
364 B
Bash
Executable File

uv pip compile pyproject.toml
uv pip compile pyproject.toml --extra=dagster > dagster-requirements.txt
uv pip compile pyproject.toml --extra=dagster --extra=dev > dev-requirements.txt
uv pip compile pyproject.toml --extra=dagster --extra=vinyl > apps/vinyl/requirements.txt
uv pip compile pyproject.toml --extra=dagster --extra=other > apps/other/requirements.txt