Django==5.2.4
djangorestframework==3.16.0
django-cors-headers==4.7.0
drf-spectacular==0.28.0
psycopg[binary]==3.2.13
python-dotenv==1.1.1
boto3==1.40.4
requests==2.32.5
gunicorn==23.0.0
hatchet-sdk==1.41.0
pydantic>=2.7,<3
sentry-sdk[django]>=2.0
workos==10.4.0

# --- SimpleAudit engine (Target -> Auditor -> Judge) ---
# The engine is a normal pip dependency, pinned to a PyPI release. 0.2.0 is the
# first release containing run_scenario_reps (n_repetitions support). Provenance
# (version) is read from the installed package metadata automatically — see
# infra/simpleaudit_package.py. To develop against an unmerged revision, add a
# gitignored simpleaudit-dependency.yaml with a `git_ref:` key (dev only).
simpleaudit==0.2.0

# --- Test dependencies ---
factory_boy==3.3.2

# --- Test dependencies ---
factory_boy==3.3.2

