From d23441a0705e3956d304dd69d05720fee8fdf373 Mon Sep 17 00:00:00 2001 From: thec0sm0s Date: Mon, 10 Aug 2020 11:34:44 +0530 Subject: [PATCH] =?UTF-8?q?=E2=9C=94=20Include=20pyjwt=20requirement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 5ab7d1e..c1d3928 100644 --- a/setup.py +++ b/setup.py @@ -18,6 +18,7 @@ def __get_version(): requirements = [ 'Flask', + 'pyjwt', 'oauthlib', 'requests_oauthlib', 'cachetools',