mirror of https://github.com/tiangolo/fastapi.git
➕ Add PyJWT dependency for docs test
This commit is contained in:
parent
f252dc622d
commit
6734f798a7
|
|
@ -11,7 +11,7 @@ sqlalchemy >=1.3.18,<1.4.43
|
|||
databases[sqlite] >=0.3.2,<0.7.0
|
||||
flask >=1.1.2,<3.0.0
|
||||
anyio[trio] >=3.2.1,<4.0.0
|
||||
python-jose[cryptography] >=3.3.0,<4.0.0
|
||||
PyJWT==2.8.0
|
||||
pyyaml >=5.3.1,<7.0.0
|
||||
passlib[bcrypt] >=1.7.2,<2.0.0
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue