Skip to content

Commit

Permalink
Relax the protobuf version restriction, allowing 2.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Cribbs committed Mar 25, 2014
1 parent 2571713 commit 2528a94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
version=version.get_version(),
description='Riak Protocol Buffers Messages',
packages=['riak_pb'],
requires=['protobuf(==2.4.1)'],
install_requires=['protobuf==2.4.1'],
requires=['protobuf(>=2.4.1,<2.6.0)'],
install_requires=['protobuf >=2.4.1, <2.6.0'],
options={'easy_install': {'allow_hosts': 'pypi.python.org'}},
license='Apache 2',
platforms='Platform Independent',
Expand Down

0 comments on commit 2528a94

Please sign in to comment.