Skip to content

Commit 1adc7ef

Browse files
authored
Merge pull request sammchardy#481 from oliver-zehentleitner/master
adding ujson to reqirements.txt and setup.py
2 parents 1aec60f + 9a0ec6b commit 1adc7ef

3 files changed

Lines changed: 8 additions & 1 deletion

File tree

docs/changelog.rst

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

4+
v0.7.5.dev
5+
^^^^^^^^^^
6+
**Changed**
7+
- Stock json lib to ujson (https://github.com/sammchardy/python-binance/pull/383)
8+
49
v0.7.5 - 2020-02-06
510
^^^^^^^^^^^^^^^^^^^
611

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ pyOpenSSL==19.0.0
66
requests==2.22.0
77
service-identity==17.0.0
88
Twisted==19.7.0
9+
ujson

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
author='Sam McHardy',
1111
license='MIT',
1212
author_email='',
13-
install_requires=['requests', 'six', 'Twisted', 'pyOpenSSL', 'autobahn', 'service-identity', 'dateparser', 'urllib3', 'certifi', 'cryptography', ],
13+
install_requires=['requests', 'six', 'Twisted', 'pyOpenSSL', 'autobahn', 'service-identity', 'dateparser',
14+
'urllib3', 'certifi', 'cryptography', 'ujson'],
1415
keywords='binance exchange rest api bitcoin ethereum btc eth neo',
1516
classifiers=[
1617
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)