seeding with initial scripts.
This commit is contained in:
parent
63cc2a54de
commit
e744276481
5 changed files with 112 additions and 0 deletions
9
requirements.txt
Normal file
9
requirements.txt
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue