Merge pull request #393 from ShadowJonathan/hashable_multiaddr

bump multiaddr to 0.0.9
This commit is contained in:
Kevin Mai-Husan Chia 2019-12-23 17:32:08 +08:00 committed by GitHub
commit c35cb8318a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,7 +66,7 @@ install_requires = [
"pycryptodome>=3.9.2,<4.0.0",
"base58>=1.0.3,<2.0.0",
"pymultihash>=0.8.2",
"multiaddr>=0.0.8,<0.1.0",
"multiaddr>=0.0.9,<0.1.0",
"rpcudp>=3.0.0,<4.0.0",
"lru-dict>=1.1.6",
"protobuf>=3.10.0,<4.0.0",