aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index b49951e..4e10a12 100644
--- a/flake.nix
+++ b/flake.nix
@@ -20,7 +20,9 @@
20 pythonWithDependencies = python.withPackages (ps: with ps; [ 20 pythonWithDependencies = python.withPackages (ps: with ps; [
21 uvicorn # server for the web app 21 uvicorn # server for the web app
22 fastapi # simple Python framework to build web apps 22 fastapi # simple Python framework to build web apps
23 aiofiles # to let fastapi serve static resources (CSS, JS, ...)
23 python-multipart # to let fastapi handle form submissions 24 python-multipart # to let fastapi handle form submissions
25 jinja2 # HTML templating engine
24 passlib # for account password hashing 26 passlib # for account password hashing
25 psycopg2 # PostgreSQL driver for Python 27 psycopg2 # PostgreSQL driver for Python
26 embrace # bridges raw SQL queries to Python functions 28 embrace # bridges raw SQL queries to Python functions