mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-06 02:26:46 +00:00
➕ Add passlib and pyjwt to development dependencies
This commit is contained in:
parent
bc3e7f2bbc
commit
8f16868c6a
1 changed files with 2 additions and 2 deletions
|
|
@ -44,8 +44,8 @@ doc = [
|
|||
"markdown-include"
|
||||
]
|
||||
dev = [
|
||||
"prospector",
|
||||
"rope"
|
||||
"pyjwt",
|
||||
"passlib[bcrypt]"
|
||||
]
|
||||
all = [
|
||||
"requests",
|
||||
|
|
|
|||
Loading…
Reference in a new issue