Skip to content

Commit

Permalink
Allow using latest version of thrift
Browse files Browse the repository at this point in the history
  • Loading branch information
steve committed Oct 20, 2017
1 parent 42c7f0c commit 11cdbe5
Show file tree
Hide file tree
Showing 6 changed files with 256 additions and 262 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='scales-rpc',
version='1.0.7',
version='1.1.0',
author='Steve Niemitz',
author_email='sniemitz@twitter.com',
url='https://www.github.com/steveniemitz/scales',
Expand All @@ -21,7 +21,7 @@
'scales.thriftmux'],
install_requires=[
'gevent>=0.13.8',
'thrift>=0.5.0,<=0.9.3',
'thrift>=0.5.0',
'kazoo>=1.3.1',
'requests>=2.0.0']
)

0 comments on commit 11cdbe5

Please sign in to comment.