google-assistant-sdk is no longer a dependency for the Google Assistant integration

This commit is contained in:
Fabio Manganiello 2024-02-06 20:08:57 +01:00
parent 48756e6287
commit 8f7aad2af7
Signed by: blacklight
GPG key ID: D90FBA7F76362774
2 changed files with 1 additions and 3 deletions

View file

@ -58,7 +58,6 @@ manifest:
- python-urllib3 - python-urllib3
pip: pip:
- google-assistant-library - google-assistant-library
- google-assistant-sdk[samples]
- google-auth - google-auth
- sounddevice - sounddevice
after: after:

View file

@ -129,8 +129,7 @@ setup(
# Support for inotify file monitors # Support for inotify file monitors
'inotify': ['inotify'], 'inotify': ['inotify'],
# Support for Google Assistant # Support for Google Assistant
'google-assistant-legacy': ['google-assistant-library', 'google-auth'], 'google-assistant': ['google-assistant-library', 'google-auth'],
'google-assistant': ['google-assistant-sdk[samples]', 'google-auth'],
# Support for the Google APIs # Support for the Google APIs
'google': [ 'google': [
'oauth2client', 'oauth2client',