[deps] jwt->PyJWT in Pipfile

This commit is contained in:
Maxime Alves LIRMM 2020-10-07 06:56:21 +02:00
parent 91ea25791b
commit c41d0d8f8f
1 changed files with 1 additions and 1 deletions

View File

@ -13,8 +13,8 @@ pylint = "*"
click = "*"
starlette = "*"
uvicorn = "*"
pyjwt = "*"
orjson = "*"
pyjwt = "*"
[requires]
python_version = "3"