From c9341005266dc96f1ac42d9a9e4cb7ec320adf53 Mon Sep 17 00:00:00 2001 From: Alex Stokes Date: Thu, 16 May 2019 11:15:23 -0400 Subject: [PATCH] Pin the version of multiaddr we require. Temporary workaround for https://github.com/multiformats/py-multiaddr/issues/47 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e244a8b..b1de125 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ setuptools.setup( "click", "base58", "pymultihash", - "multiaddr", + "multiaddr==0.0.4", "rpcudp", "grpcio", "grpcio-tools",