Update depends

This commit is contained in:
n 2025-02-07 20:18:57 -06:00
parent 886cf58ba6
commit 75775838f0

View file

@ -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';