pythonPackages.python-binance: added missing ujson dependency
This commit is contained in:
parent
7e1c185f7b
commit
2310b56599
@ -1,6 +1,6 @@
|
|||||||
{ lib, buildPythonPackage, fetchPypi
|
{ lib, buildPythonPackage, fetchPypi
|
||||||
, pytest, requests-mock, tox
|
, pytest, requests-mock, tox
|
||||||
, autobahn, certifi, chardet, cryptography, dateparser, pyopenssl, requests, service-identity, twisted }:
|
, autobahn, certifi, chardet, cryptography, dateparser, pyopenssl, requests, service-identity, twisted, ujson }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
version = "0.7.9";
|
version = "0.7.9";
|
||||||
@ -14,7 +14,7 @@ buildPythonPackage rec {
|
|||||||
doCheck = false; # Tries to test multiple interpreters with tox
|
doCheck = false; # Tries to test multiple interpreters with tox
|
||||||
checkInputs = [ pytest requests-mock tox ];
|
checkInputs = [ pytest requests-mock tox ];
|
||||||
|
|
||||||
propagatedBuildInputs = [ autobahn certifi chardet cryptography dateparser pyopenssl requests service-identity twisted ];
|
propagatedBuildInputs = [ autobahn certifi chardet cryptography dateparser pyopenssl requests service-identity twisted ujson ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Binance Exchange API python implementation for automated trading";
|
description = "Binance Exchange API python implementation for automated trading";
|
||||||
|
Loading…
Reference in New Issue
Block a user