From fd34fc8d03074a28c3787f8936b6e490467842f1 Mon Sep 17 00:00:00 2001 From: ArturDevico Date: Thu, 30 Jun 2022 12:55:33 +0300 Subject: [PATCH 1/2] fix: deps fix --- requirements.txt | 3 ++- setup.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 93c63e6..d37dc4b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,8 @@ pycoin>=0.90.20201031 -requests>=2.21.0 +requests>=2.11.0 aiohttp>=3.5.4 websockets>=7.0 secp256k1>=0.13.2 mnemonic>=0.18 protobuf>=3.6.1 +ujson>=5.0.0 \ No newline at end of file diff --git a/setup.py b/setup.py index 598059d..3399c88 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def find_version(*file_paths): def install_requires(): requires = [ - 'pycoin>=0.90.20201031', 'requests>=2.21.0', 'websockets>=7.0', 'aiohttp>=3.5.4', + 'pycoin>=0.90.20201031', 'requests>=2.11.0', 'websockets>=7.0', 'aiohttp>=3.5.4', 'secp256k1>=0.13.2', 'protobuf>=3.6.1', 'mnemonic>=0.18', 'ujson>=1.35' ] return requires From ea1fc6aeba515d61dd71f812858ba1058c9d3df1 Mon Sep 17 00:00:00 2001 From: ArturDevico Date: Thu, 30 Jun 2022 12:56:54 +0300 Subject: [PATCH 2/2] fix: ujson version update --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d37dc4b..dbe281d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,4 @@ websockets>=7.0 secp256k1>=0.13.2 mnemonic>=0.18 protobuf>=3.6.1 -ujson>=5.0.0 \ No newline at end of file +ujson>=1.35 \ No newline at end of file