Basic login redirect
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
decentral1se
2021-06-11 14:23:13 +02:00
parent 043eaff5fd
commit 82a506278b
4 changed files with 36 additions and 3 deletions

View File

@ -10,6 +10,7 @@ python = "^3.9"
fastapi = "^0.65.2"
uvicorn = {extras = ["standard"], version = "^0.14.0"}
Jinja2 = "^3.0.1"
itsdangerous = "^2.0.1"
[tool.poetry.dev-dependencies]
black = "^21.6b0"