ngxstat/requirements.txt

9 lines
286 B
Text

# 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