add basic web page server

This commit is contained in:
2022-06-02 11:50:29 -05:00
parent 60c212a803
commit 7239eba8dc
5 changed files with 409 additions and 3 deletions

View File

@@ -16,6 +16,8 @@ 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"
[tool.poetry.dev-dependencies]
black = "^22.3.0"