mirror of https://github.com/tiangolo/fastapi.git
➕ Add passlib and pyjwt to development dependencies
This commit is contained in:
parent
bc3e7f2bbc
commit
8f16868c6a
|
|
@ -44,8 +44,8 @@ doc = [
|
|||
"markdown-include"
|
||||
]
|
||||
dev = [
|
||||
"prospector",
|
||||
"rope"
|
||||
"pyjwt",
|
||||
"passlib[bcrypt]"
|
||||
]
|
||||
all = [
|
||||
"requests",
|
||||
|
|
|
|||
Loading…
Reference in New Issue