User 4 space indentation

This commit is contained in:
thec0sm0s
2020-06-08 10:20:03 +05:30
parent c5ff29728e
commit fa508076fd

View File

@@ -17,10 +17,10 @@ def __get_version():
requirements = [
'Flask',
'requests_oauthlib',
'cachetools',
]
'Flask',
'requests_oauthlib',
'cachetools',
]
on_rtd = os.getenv('READTHEDOCS') == 'True'