927abe6111
Implements SQLAlchemy 2.0 async ORM models (Config, Subscription, ExportLog) with cascade delete-orphan relationships. Upgrades SQLAlchemy to 2.0.49 for Python 3.14 compatibility. Adds pytest conftest with in-memory SQLite fixture; all 4 TDD tests pass. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
12 lines
207 B
Plaintext
12 lines
207 B
Plaintext
fastapi==0.115.5
|
|
uvicorn[standard]==0.32.1
|
|
sqlalchemy[asyncio]==2.0.49
|
|
aiosqlite==0.20.0
|
|
httpx==0.28.0
|
|
pyyaml==6.0.2
|
|
jinja2==3.1.4
|
|
python-multipart==0.0.12
|
|
pytest==8.3.3
|
|
pytest-asyncio==0.24.0
|
|
respx==0.21.1
|