From 75775838f0ff2a216c97b0d347e221f024b4c70d079b5c777285eb89cafafb68 Mon Sep 17 00:00:00 2001 From: n Date: Fri, 7 Feb 2025 20:18:57 -0600 Subject: [PATCH] Update depends --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ca6972..f043025 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ currently, there's no reason to run this except for development. however, if you 1. clone the repository 2. copy `src/toastbin/config.sample.json` to `src/toastbin/config.json` -3. install dependencies (currently, we just need `flask` and `sqlalchemy` from python and `postgresql` from the system repos but this almost absoultely will change) +3. install dependencies (currently, we just need `flask`, `psycopg2` and `sqlalchemy` from python and `postgresql` from the system repos but this almost absoultely will change) 4. set up database: ```sql CREATE DATABASE toastbin WITH ENCODING = 'UTF8';