9 lines
286 B
Text
9 lines
286 B
Text
# Core tools
|
|
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
|
|
|
|
# Linting / formatting (optional but recommended)
|
|
black
|
|
flake8
|