From 2712a844bbcb8897343ed92d44712f4d8f976683 Mon Sep 17 00:00:00 2001 From: thec0sm0s Date: Tue, 23 Jun 2020 20:49:25 +0530 Subject: [PATCH] =?UTF-8?q?=E2=9C=94=20Explicitly=20mention=20used=20packa?= =?UTF-8?q?ges=20in=20requirements?= 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 f7bb56e..180bf58 100644 --- a/setup.py +++ b/setup.py @@ -18,6 +18,7 @@ def __get_version(): requirements = [ 'Flask', + 'oauthlib', 'requests_oauthlib', 'cachetools', ]