# Python deps for the codegraff x turboAPI example.
#
# turboAPI requires Python 3.14t (free-threaded). codegraff itself is NOT a pip
# dep here: its published wheels are cp313, so on a 3.14t interpreter you build
# it from source (see README.md -> "Runtime requirements & current rough edges").
# dhi is turboAPI's model layer but is listed explicitly because app.py imports
# `from dhi import BaseModel` directly.
turboapi
dhi
