# requirements.txt - pinned dependencies for the UCC pipeline
#
# TODO: Pin the libraries the rest of the labs need.
#
# Suggested minimum (see solution/requirements.txt for versions):
#   duckdb              - embedded analytics database
#   pandas              - DataFrame I/O
#   pytest              - test runner
#   great-expectations  - data quality
#   sqlalchemy          - postgres handoff in Lab 10
#   psycopg2-binary     - postgres driver
#   python-dotenv       - load .env
#   anthropic           - Claude API in Lab 10
#   pyyaml              - read openspec/config.yaml
#   dbt-duckdb          - Gold layer materialisation
#   apache-airflow      - DAG runner (Lab 07; optional - the lab ships a stub)
