Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Avoid protobuf 3.0.0.b2.post1.
See:
#1570
  • Loading branch information
tseaver committed Mar 4, 2016
commit 2982c0a8cd09f19b773df88e8119c8bc3f9b7951
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
'httplib2 >= 0.9.1',
'googleapis-common-protos',
'oauth2client >= 2.0.1',
'protobuf >= 3.0.0b2',
'protobuf >= 3.0.0b2, != 3.0.0.b2.post1',
'pyOpenSSL',
'six',
]
Expand Down