aboutsummaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorLidi Zheng <lidiz@google.com>2020-06-09 15:46:36 -0700
committerLidi Zheng <lidiz@google.com>2020-06-16 11:00:00 -0700
commitd98ecdb85c2fd35b08e627cba76281cf579a548d (patch)
tree914758a3e56dcf347636903250bb511cb2b8e861 /requirements.txt
parent67f68d7e14674bf0ff4e1bea3c3f31ced52bfc4d (diff)
downloadgrpc-grpc-d98ecdb85c2fd35b08e627cba76281cf579a548d.tar.gz
Set version upper bound for protobuf; installs grpcio-tools instead
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 773e2c7c79..f579aeda11 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -2,7 +2,7 @@
coverage>=4.0
cython>=0.29.8
enum34>=1.0.4
-protobuf>=3.5.0.post1
+protobuf>=3.5.0.post1, < 4.0dev
six>=1.10
wheel>=0.29
# rsa 4.3 is the last version support Python 2