Skip to content

Commit

Permalink
Merge pull request #12 from steveniemitz/thrift-10-upgrade
Browse files Browse the repository at this point in the history
Allow using latest version of thrift
  • Loading branch information
steveniemitz committed Oct 20, 2017
2 parents 42c7f0c + 11cdbe5 commit 6d72813
Show file tree
Hide file tree
Showing 6 changed files with 256 additions and 262 deletions.
4 changes: 2 additions & 2 deletions setup.py
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 6d72813

Please sign in to comment.