Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion monitoring/api/v3/requirements.txt
Original file line numberDiff line numberDiff line change
Expand Up@@ -4,7 +4,7 @@ oauth2client==4.0.0
pyasn1==0.1.9
pyasn1-modules==0.0.8
rsa==3.4.2
simplejson==3.9.0
simplejson==3.10.0
six==1.10.0
uritemplate==3.0.0
wheel==0.30.0a0
2 changes: 1 addition & 1 deletion speech/grpc/requirements.txt
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
google-cloud-core==0.20.0
grpcio==1.0.1rc1
grpcio==1.0.1
PyAudio==0.2.9
grpc-google-cloud-speech-v1beta1==1.0.1
six==1.10.0
4 changes: 2 additions & 2 deletions testing/requirements-dev.txt
Original file line numberDiff line numberDiff line change
Expand Up@@ -28,7 +28,7 @@ google-cloud-translate==0.20.0
google-cloud-vision==0.20.0
google-cloud==0.20.0
grpc-google-cloud-speech-v1beta1==1.0.1
grpcio==1.0.1rc1
grpcio==1.0.1
gunicorn==19.6.0
httplib2==0.9.2
kinto==4.3.2
Expand DownExpand Up@@ -58,7 +58,7 @@ responses==0.5.1
rsa==3.4.2
scipy==0.18.1
sendgrid==3.6.0
simplejson==3.9.0
simplejson==3.10.0
six==1.10.0
sleekxmpp==1.3.1
SQLAlchemy==1.1.3
Expand Down