Metadata-Version: 2.1
Name: blackmesa_dbt
Version: 0.1.1
Summary: A packaged dbt project for use with Prefect
License: MIT
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: dbt-core>=1.8.7
Requires-Dist: dbt-postgres>=1.8.2
Requires-Dist: prefect-dbt-flow>=0.5.8
Requires-Dist: boto3>=1.35.38
Requires-Dist: sqlfluff>=3.2.3

python -m venv venv
source venv/bin/activate

pip install build
pip -m build
deactivate
