Update requirements and AGENTS instructions

This commit is contained in:
Jordan Wages 2025-07-17 00:17:46 -05:00
commit d216433a07
6 changed files with 153 additions and 4 deletions

View file

@ -1,6 +1,6 @@
# Core tools
typer[all] # For CLI commands
Jinja2 # For static HTML generation
typer[all]>=0.9 # For CLI commands
Jinja2>=3.1 # For static HTML generation
sqlite-utils # Optional: high-level SQLite handling
Flask # For optional lightweight API server