Switch to using Postgres database instead of sqlite

This commit is contained in:
Peter Stockings
2022-09-10 18:30:14 +10:00
parent 0585865d4f
commit 6fb6e21126
2 changed files with 99 additions and 79 deletions

View File

@@ -1,4 +1,5 @@
Flask==2.0.1
gunicorn==19.7.1
Jinja2==3.0.1
flasgger==0.9.5
flasgger==0.9.5
psycopg2-binary=2.9.3