Fix missing cachetools requirement missing in setup

This commit is contained in:
PredaaA
2020-06-07 23:27:48 +02:00
committed by GitHub
parent 1fc91d24c2
commit f7ed3f42f7

View File

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