Pin the version of multiaddr we require.

Temporary workaround for https://github.com/multiformats/py-multiaddr/issues/47
pull/167/head
Alex Stokes 2019-05-16 11:15:23 -04:00
parent daec48b601
commit c934100526
No known key found for this signature in database
GPG Key ID: 51CE1721B245C086
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ setuptools.setup(
"click",
"base58",
"pymultihash",
"multiaddr",
"multiaddr==0.0.4",
"rpcudp",
"grpcio",
"grpcio-tools",