Fix wrong dependency jwt -> pyjwt.

This commit is contained in:
Joël Maïzi 2020-10-05 11:39:55 +02:00
parent 2d51f260cd
commit 6653a0cd0a
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ pylint = "*"
click = "*" click = "*"
starlette = "*" starlette = "*"
uvicorn = "*" uvicorn = "*"
jwt = "*" pyjwt = "*"
orjson = "*" orjson = "*"
[requires] [requires]