From 14613bbbafae012ecd3be45ce03fa978090a9a48 Mon Sep 17 00:00:00 2001 From: JJ Geewax Date: Sun, 5 Oct 2014 09:22:09 -0400 Subject: [PATCH] Pinned protobuf at >= 2.5.0. See discussion on Issue #215 for details. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8543b46d0e54..2391d98758a8 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ REQUIREMENTS = [ 'httplib2', 'oauth2client', - 'protobuf', + 'protobuf >= 2.5.0', 'pycrypto', 'pyopenssl', 'pytz',