refactor to allow for multiple code locations

This commit is contained in:
2025-07-20 19:49:30 +02:00
parent 9b8cfabee5
commit fd73e1367c
40 changed files with 161 additions and 628 deletions

5
requirements.sh Executable file
View File

@@ -0,0 +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