From c41d0d8f8f38c0002efdfd0865bf8dd52dfc6514 Mon Sep 17 00:00:00 2001 From: Maxime Alves LIRMM Date: Wed, 7 Oct 2020 06:56:21 +0200 Subject: [PATCH] [deps] jwt->PyJWT in Pipfile --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 05358be..844154e 100644 --- a/Pipfile +++ b/Pipfile @@ -13,8 +13,8 @@ pylint = "*" click = "*" starlette = "*" uvicorn = "*" -pyjwt = "*" orjson = "*" +pyjwt = "*" [requires] python_version = "3"