seeding with initial scripts.

This commit is contained in:
Jordan Wages 2025-07-16 23:38:42 -05:00
commit e744276481
5 changed files with 112 additions and 0 deletions

9
requirements.txt Normal file
View file

@ -0,0 +1,9 @@
# Core tools
typer[all] # For CLI commands
Jinja2 # For static HTML generation
sqlite-utils # Optional: high-level SQLite handling
Flask # For optional lightweight API server
# Linting / formatting (optional but recommended)
black
flake8