| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,3 +1,7 @@ | |||
| 1 | 1 | .tox | |
| 2 | 2 | .cache/v/cache | |
| 3 | 3 | docs/_build | |
| 4 | + binance/__pycache__/ | ||
| 5 | + build/ | ||
| 6 | + dist/ | ||
| 7 | + python_binance.egg-info/ | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,5 @@ | |||
| 1 | 1 | ================================ | |
| 2 | - Welcome to python-binance v0.6.1 | ||
| 2 | + Welcome to python-binance v0.6.2 | ||
| 3 | 3 | ================================ | |
| 4 | 4 | ||
| 5 | 5 | .. image:: https://img.shields.io/pypi/v/python-binance.svg | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,5 @@ | |||
| 1 | 1 | ================================ | |
| 2 | - Welcome to python-binance v0.6.1 | ||
| 2 | + Welcome to python-binance v0.6.2 | ||
| 3 | 3 | ================================ | |
| 4 | 4 | ||
| 5 | 5 | .. image:: https://img.shields.io/pypi/v/python-binance.svg | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,13 @@ | |||
| 1 | 1 | Changelog | |
| 2 | 2 | ========= | |
| 3 | 3 | ||
| 4 | + v0.6.2 - 2018-01-12 | ||
| 5 | + ^^^^^^^^^^^^^^^^^^^ | ||
| 6 | + | ||
| 7 | + **Fixes** | ||
| 8 | + | ||
| 9 | + - fixed handling Binance errors that aren't JSON objects | ||
| 10 | + | ||
| 4 | 11 | v0.6.1 - 2018-01-10 | |
| 5 | 12 | ^^^^^^^^^^^^^^^^^^^ | |
| 6 | 13 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3,14 +3,14 @@ | |||
| 3 | 3 | ||
| 4 | 4 | setup( | |
| 5 | 5 | name='python-binance', | |
| 6 | - version='0.6.1', | ||
| 6 | + version='0.6.2', | ||
| 7 | 7 | packages=['binance'], | |
| 8 | 8 | description='Binance REST API python implementation', | |
| 9 | 9 | url='https://github.com/sammchardy/python-binance', | |
| 10 | 10 | author='Sam McHardy', | |
| 11 | 11 | license='MIT', | |
| 12 | 12 | 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', ], | ||
| 14 | 14 | keywords='binance exchange rest api bitcoin ethereum btc eth neo', | |
| 15 | 15 | classifiers=[ | |
| 16 | 16 | 'Intended Audience :: Developers', | |
| Back | FazBrowse Home | New Git URL |
0 commit comments