From 209c73336c2c69366d9cfd1584ce8d62d32557d6 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Sun, 16 Oct 2016 22:22:12 -0700 Subject: [PATCH] update protobuf, reenable for py3 (#1618) --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index e7604fc02..0d4b79107 100644 --- a/setup.py +++ b/setup.py @@ -104,8 +104,8 @@ setup( "sphinx_rtd_theme>=0.1.9, <0.2", ], 'contentviews': [ - # TODO: Find Python 3 replacements - # "protobuf>=2.6.1, <2.7", + "protobuf>=3.1.0, <3.2", + # TODO: Find Python 3 replacement # "pyamf>=0.8.0, <0.9", ], 'examples': [