set up docker image

This commit is contained in:
2022-06-03 08:48:17 -05:00
parent 1164e1e66c
commit 6577fe4396
5 changed files with 40 additions and 61 deletions

View File

@@ -15,9 +15,9 @@ python-dateutil = "^2.8.2"
httpx = "^0.23.0"
Authlib = "^1.0.1"
peewee = "^3.14.10"
psycopg2-binary = "^2.9.3"
dash = "^2.4.1"
gunicorn = "^20.1.0"
psycopg2 = "^2.9.3"
[tool.poetry.dev-dependencies]
black = "^22.3.0"