diff --git a/README.md b/README.md index 243dbf1c..a1bda940 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -[![python](https://img.shields.io/badge/python-2.7%20%26%203-blue.svg)![licence](https://img.shields.io/badge/licence-GPL%20v2-blue.svg)](https://github.com/s4w3d0ff/python-poloniex/blob/master/LICENSE) [![release](https://img.shields.io/github/release/s4w3d0ff/python-poloniex.svg)![release build](https://travis-ci.org/s4w3d0ff/python-poloniex.svg?branch=v0.5.7)](https://github.com/s4w3d0ff/python-poloniex/releases) -[![master](https://img.shields.io/badge/branch-master-blue.svg)![master build](https://api.travis-ci.org/s4w3d0ff/python-poloniex.svg?branch=master)](https://github.com/s4w3d0ff/python-poloniex/tree/master) [![dev](https://img.shields.io/badge/branch-dev-blue.svg)![dev build](https://api.travis-ci.org/s4w3d0ff/python-poloniex.svg?branch=dev)](https://github.com/s4w3d0ff/python-poloniex/tree/dev) +[![python](https://img.shields.io/badge/python-2.7%20%26%203-blue.svg)![licence](https://img.shields.io/badge/licence-GPL%20v2-blue.svg)](https://github.com/s4w3d0ff/python-poloniex/blob/master/LICENSE) [![release](https://img.shields.io/github/release/s4w3d0ff/python-poloniex.svg)![release build](https://travis-ci.com/s4w3d0ff/python-poloniex.svg?branch=v0.5.9)](https://github.com/s4w3d0ff/python-poloniex/releases) +[![master](https://img.shields.io/badge/branch-master-blue.svg)![master build](https://travis-ci.com/s4w3d0ff/python-poloniex.svg?branch=master)](https://github.com/s4w3d0ff/python-poloniex/tree/master) [![dev](https://img.shields.io/badge/branch-dev-blue.svg)![dev build](https://travis-ci.com/s4w3d0ff/python-poloniex.svg?branch=dev)](https://github.com/s4w3d0ff/python-poloniex/tree/dev) Inspired by [this](http://pastebin.com/8fBVpjaj) wrapper written by 'oipminer' > I (s4w3d0ff) am not affiliated with, nor paid by [Poloniex](https://poloniex.com). If you wish to contribute to the repository please read [CONTRIBUTING.md](https://github.com/s4w3d0ff/python-poloniex/blob/master/CONTRIBUTING.md). All and any help is appreciated. diff --git a/setup.py b/setup.py index 3b0b25e2..b9336cf7 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ read_md = lambda f: open(f, 'r').read() setup(name='poloniexapi', - version='0.5.7', + version='0.5.9', description='Poloniex API wrapper for Python 2.7 and 3 with websocket support', long_description=read_md('README.md'), long_description_content_type='text/markdown', @@ -12,7 +12,7 @@ author_email="info@s4w3d0ff.host", license='GPL v2', packages=['poloniex'], - install_requires=['requests', 'websocket_client'], + install_requires=['requests', 'websocket_client==0.59.0'], zip_safe=False, keywords=['poloniex', 'poloniexapi', 'exchange', 'api', 'cryptocoin', 'tradebot', 'polo', 'websocket', 'rest', 'push'], classifiers = [