diff options
author | Maximilian Hils <git@maximilianhils.com> | 2016-10-16 22:22:12 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-16 22:22:12 -0700 |
commit | 209c73336c2c69366d9cfd1584ce8d62d32557d6 (patch) | |
tree | 6a299931ce98d49dede2e7266cc0c853ca406299 /setup.py | |
parent | 00071238d2e79ff91132b7e5a3bcc8019d9191ec (diff) | |
download | mitmproxy-209c73336c2c69366d9cfd1584ce8d62d32557d6.tar.gz mitmproxy-209c73336c2c69366d9cfd1584ce8d62d32557d6.tar.bz2 mitmproxy-209c73336c2c69366d9cfd1584ce8d62d32557d6.zip |
update protobuf, reenable for py3 (#1618)
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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': [ |