From f7ed3f42f731cc96f8aed9d208138563f36c20ce Mon Sep 17 00:00:00 2001 From: PredaaA <46051820+PredaaA@users.noreply.github.com> Date: Sun, 7 Jun 2020 23:27:48 +0200 Subject: [PATCH] Fix missing cachetools requirement missing in setup --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 98d4ee0..04c8dc4 100644 --- a/setup.py +++ b/setup.py @@ -19,6 +19,7 @@ def __get_version(): requirements = [ 'Flask', 'requests_oauthlib', + 'cachetools', ]