From 57ff25198a82b3f6f413440e4005f0ade8dfb8d8 Mon Sep 17 00:00:00 2001 From: pacien Date: Thu, 29 Jul 2021 18:04:48 +0200 Subject: app: render and serve proper web pages --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index b49951e..4e10a12 100644 --- a/flake.nix +++ b/flake.nix @@ -20,7 +20,9 @@ pythonWithDependencies = python.withPackages (ps: with ps; [ uvicorn # server for the web app fastapi # simple Python framework to build web apps + aiofiles # to let fastapi serve static resources (CSS, JS, ...) python-multipart # to let fastapi handle form submissions + jinja2 # HTML templating engine passlib # for account password hashing psycopg2 # PostgreSQL driver for Python embrace # bridges raw SQL queries to Python functions -- cgit v1.2.3