# forgeapi — core dependencies
fastapi==0.138.0
pyjwt==2.13.0
pydantic==2.13.4
pydantic-settings==2.14.2
tortoise-orm==1.1.7
typer==0.26.7
jinja2==3.1.6
rich==15.0.0

# DB drivers (install the one you need)
asyncpg==0.31.0        # PostgreSQL
aiosqlite==0.22.1      # SQLite
# aiomysql             # MySQL / MariaDB

# Runtime
uvicorn==0.49.0
python-dotenv==1.2.2
tzdata==2026.2
watchfiles==1.2.0

# Transitive
anyio==4.14.0
click==8.4.1
colorama==0.4.6
h11==0.16.0
httptools==0.8.0
idna==3.18
iso8601==2.1.0
MarkupSafe==3.0.3
pypika-tortoise==0.6.5
pytz==2026.2
shellingham==1.5.4
starlette==1.3.1
typing_extensions==4.15.0
websockets==16.0

# Dev / testing
httpx==0.28.1
pytest==9.1.1
pytest-asyncio==1.4.0
