majorly overhauled the design to now use docker-compose and postgres

This commit is contained in:
2026-02-20 02:02:23 +01:00
parent 9769f509a7
commit 7308ad541d
18 changed files with 633 additions and 256 deletions

View File

@@ -12,6 +12,7 @@ dependencies = [
"flask-sqlalchemy>=3.1.1",
"flask-wtf>=1.2.2",
"gunicorn>=23.0.0",
"psycopg2-binary>=2.9.11",
"pytz>=2025.2",
"xkcdpass>=1.20.0",
]