add patito dependency
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
uv pip compile pyproject.toml
|
||||
uv pip compile pyproject.toml --extra=dagster --output-file=dagster-requirements.txt
|
||||
uv pip compile pyproject.toml --extra=dagster --extra=dev --extra=local --output-file=dev-requirements.txt
|
||||
uv pip compile pyproject.toml --extra=dagster --extra=vinyl --output-file=src/vinyl/requirements.txt
|
||||
uv pip compile pyproject.toml --extra=dagster --extra=other --output-file=src/other/requirements.txt
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user