From e6e0d39e82c6946b93995b8b83d66f1c0cf19739 Mon Sep 17 00:00:00 2001 From: Raycar5 Date: Mon, 30 Aug 2021 19:45:56 +0200 Subject: [PATCH] fix setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b2aba87..3e696b4 100644 --- a/setup.py +++ b/setup.py @@ -181,7 +181,7 @@ 'idna==2.8', 'requests==2.24.0', 'xxhash==1.3.0', - 'polymath-scalecodec==3.2.1', + 'polymath-scalecodec==3.3.1', 'py-sr25519-bindings==0.1.2', 'py-ed25519-bindings==0.1.2', 'py-bip39-bindings==0.1.6'