From 8f7aad2af7bb2c370d3accfa6ea483c4fd48fb08 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Tue, 6 Feb 2024 20:08:57 +0100 Subject: [PATCH] google-assistant-sdk is no longer a dependency for the Google Assistant integration --- platypush/plugins/assistant/google/manifest.yaml | 1 - setup.py | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/platypush/plugins/assistant/google/manifest.yaml b/platypush/plugins/assistant/google/manifest.yaml index be50d278d..3778e1b7a 100644 --- a/platypush/plugins/assistant/google/manifest.yaml +++ b/platypush/plugins/assistant/google/manifest.yaml @@ -58,7 +58,6 @@ manifest: - python-urllib3 pip: - google-assistant-library - - google-assistant-sdk[samples] - google-auth - sounddevice after: diff --git a/setup.py b/setup.py index 0bc17d618..5bea8b21a 100755 --- a/setup.py +++ b/setup.py @@ -129,8 +129,7 @@ setup( # Support for inotify file monitors 'inotify': ['inotify'], # Support for Google Assistant - 'google-assistant-legacy': ['google-assistant-library', 'google-auth'], - 'google-assistant': ['google-assistant-sdk[samples]', 'google-auth'], + 'google-assistant': ['google-assistant-library', 'google-auth'], # Support for the Google APIs 'google': [ 'oauth2client',