FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Merge branch 'bugfix/setup_dependencies' into develop · NeutralCode/python-binance@7617a00 · GitHub

Commit 7617a00

Browse files
Sam McHardy
committed
Merge branch 'bugfix/setup_dependencies' into develop
2 parents 24d12cf + a4c00de commit 7617a00

5 files changed

Lines changed: 15 additions & 4 deletions

File tree

‎.gitignore‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
.tox
22
.cache/v/cache
33
docs/_build
4+
binance/__pycache__/
5+
build/
6+
dist/
7+
python_binance.egg-info/

‎PYPIREADME.rst‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
================================
2-
Welcome to python-binance v0.6.1
2+
Welcome to python-binance v0.6.2
33
================================
44

55
.. image:: https://img.shields.io/pypi/v/python-binance.svg

‎README.rst‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
================================
2-
Welcome to python-binance v0.6.1
2+
Welcome to python-binance v0.6.2
33
================================
44

55
.. image:: https://img.shields.io/pypi/v/python-binance.svg

‎docs/changelog.rst‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
=========
33

4+
v0.6.2 - 2018-01-12
5+
^^^^^^^^^^^^^^^^^^^
6+
7+
**Fixes**
8+
9+
- fixed handling Binance errors that aren't JSON objects
10+
411
v0.6.1 - 2018-01-10
512
^^^^^^^^^^^^^^^^^^^
613

‎setup.py‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33

44
setup(
55
name='python-binance',
6-
version='0.6.1',
6+
version='0.6.2',
77
packages=['binance'],
88
description='Binance REST API python implementation',
99
url='https://github.com/sammchardy/python-binance',
1010
author='Sam McHardy',
1111
license='MIT',
1212
author_email='',
13-
install_requires=['requests', 'six', 'Twisted', 'pyOpenSSL', 'autobahn', 'service-identity', 'dateparser'],
13+
install_requires=['requests', 'six', 'Twisted', 'pyOpenSSL', 'autobahn', 'service-identity', 'dateparser', 'urllib3', 'chardet', 'certifi', 'cryptography', ],
1414
keywords='binance exchange rest api bitcoin ethereum btc eth neo',
1515
classifiers=[
1616
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL