Setup Mkdocs

This commit is contained in:
François Voron
2019-10-09 08:07:49 +02:00
parent 11a6c60708
commit f6ff897232
7 changed files with 177 additions and 2 deletions

View File

@ -4,7 +4,7 @@ from fastapi.security import OAuth2PasswordRequestForm
from fastapi_users.models import UserDB
from fastapi_users.password import (
get_password_hash, verify_and_update_password
get_password_hash, verify_and_update_password,
)