We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8b6b4a2 + c39a34e commit 8b5c5b9Copy full SHA for 8b5c5b9
setup.py
@@ -15,7 +15,7 @@
15
'google-apitools',
16
'httplib2 >= 0.9.1',
17
'oauth2client >= 1.4.6',
18
- 'protobuf >= 2.5.0',
+ 'protobuf == 3.0.0-alpha-1',
19
'pycrypto',
20
'pytz',
21
'six',
tox.ini
@@ -10,7 +10,7 @@ commands =
10
deps =
11
nose
12
unittest2
13
- protobuf>=3.0.0-alpha-1
+ protobuf==3.0.0-alpha-1
14
[testenv:cover]
basepython =
@@ -54,7 +54,7 @@ deps =
54
pep8
55
pylint
56
57
58
59
[testenv:regression]
60
0 commit comments