Update pyproject.toml to use passlib 1.7.2 (#98)

I was getting DepricationWarnings from using passlib 1.7.1.  It seems like Pipfile has already been updated for 1.7.2 but pyproject.toml got left behind.
This commit is contained in:
Beau Breon
2020-02-05 01:22:32 -07:00
committed by GitHub
parent e58f18582e
commit ca8cd5debd

View File

@@ -22,7 +22,7 @@ description-file = "README.md"
requires-python = ">=3.7"
requires = [
"fastapi ==0.47.1",
"passlib[bcrypt] ==1.7.1",
"passlib[bcrypt] ==1.7.2",
"email-validator ==1.0.5",
"pyjwt ==1.7.1",
"python-multipart ==0.0.5",