File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
grpcio == 1.1.0
2
2
PyAudio == 0.2.10
3
- grpc -google-cloud-speech-v1beta1== 0.14 .0
3
+ proto -google-cloud-speech-v1beta1== 0.15 .0
4
4
six == 1.10.0
5
5
requests == 2.13.0
6
6
google-auth == 0.7.0
Original file line number Diff line number Diff line change 24
24
import google .auth
25
25
import google .auth .transport .grpc
26
26
import google .auth .transport .requests
27
- from google .cloud .grpc .speech .v1beta1 import cloud_speech_pb2
27
+ from google .cloud .proto .speech .v1beta1 import cloud_speech_pb2
28
28
29
29
# Keep the request alive for this many seconds
30
30
DEADLINE_SECS = 60
Original file line number Diff line number Diff line change 28
28
import google .auth
29
29
import google .auth .transport .grpc
30
30
import google .auth .transport .requests
31
- from google .cloud .grpc .speech .v1beta1 import cloud_speech_pb2
31
+ from google .cloud .proto .speech .v1beta1 import cloud_speech_pb2
32
32
from google .longrunning import operations_pb2
33
33
34
34
# Keep the request alive for this many seconds
Original file line number Diff line number Diff line change 26
26
import google .auth
27
27
import google .auth .transport .grpc
28
28
import google .auth .transport .requests
29
- from google .cloud .grpc .speech .v1beta1 import cloud_speech_pb2
29
+ from google .cloud .proto .speech .v1beta1 import cloud_speech_pb2
30
30
from google .rpc import code_pb2
31
31
import grpc
32
32
import pyaudio
You can’t perform that action at this time.
0 commit comments