diff --git a/custom_components/google_fit/manifest.json b/custom_components/google_fit/manifest.json index 85746ba..9032b32 100644 --- a/custom_components/google_fit/manifest.json +++ b/custom_components/google_fit/manifest.json @@ -7,8 +7,8 @@ "@cyberjunky" ], "requirements": [ - 'google-api-python-client==1.6.4', - 'oauth2client==4.0.0', - 'httplib2' + "google-api-python-client==1.6.4", + "oauth2client==4.0.0", + "httplib2" ] }