Skip to content
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.

Commit

Permalink
Force grpcio and grpcio-tools to version 1.4.0. (#611)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahoying committed Aug 30, 2017
1 parent 5b9a7e3 commit ade15b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions scripts/docker/base
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ RUN pip install -q --upgrade \
coverage \
codecov \
google-apputils \
grpcio \
grpcio-tools \
grpcio==1.4.0 \
grpcio-tools==1.4.0 \
mock \
parameterized \
pylint
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
SETUP_REQUIRES = [
'google-apputils==0.4.2',
'python-gflags==3.1.1',
'grpcio>=1.2.1',
'grpcio-tools>=1.2.1',
'grpcio==1.4.0',
'grpcio-tools==1.4.0',
'protobuf>=3.2.0',
]

Expand Down

0 comments on commit ade15b4

Please sign in to comment.