Added base admin login/logout flows

This commit is contained in:
Felipe M 2020-11-04 16:50:39 +01:00
parent 456d144a7d
commit cc525142cb
Signed by: fmartingr
GPG key ID: 716BC147715E716F
11 changed files with 306 additions and 12 deletions

View file

@ -19,6 +19,7 @@ dice = "^3.1.0"
flask = "^1.1.2"
requests = "^2.24.0"
waitress = "^1.4.4"
dataset = "^1.3.2"
[tool.poetry.dev-dependencies]
black = "^19.10b0"