Merge pull request #15 from PredaaA/patch-1

Fix cachetools requirement missing in setup
This commit is contained in:
thec0sm0s
2020-06-08 10:13:54 +05:30
committed by GitHub

View File

@@ -19,6 +19,7 @@ def __get_version():
requirements = [
'Flask',
'requests_oauthlib',
'cachetools',
]