Move to using hosted remote DB

This commit is contained in:
2022-06-01 16:07:46 -05:00
parent a901d21b1e
commit fcedc9b054
6 changed files with 189 additions and 5 deletions

View File

@@ -14,6 +14,8 @@ rich = "^12.4.4"
python-dateutil = "^2.8.2"
httpx = "^0.23.0"
Authlib = "^1.0.1"
peewee = "^3.14.10"
psycopg2-binary = "^2.9.3"
[tool.poetry.dev-dependencies]
black = "^22.3.0"