google-assistant-sdk is no longer a dependency for the Google Assistant integration
continuous-integration/drone/push Build is passing Details

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
pip:
- google-assistant-library
- google-assistant-sdk[samples]
- google-auth
- sounddevice
after:

View File

@ -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',