update dependencies

This commit is contained in:
zixuanzh 2019-03-28 15:42:55 -04:00
parent 3cfeccaf17
commit a81628f99d
2 changed files with 4 additions and 0 deletions

View File

@ -3,3 +3,5 @@ codecov
pytest-cov
pytest-asyncio
pylint
grpcio
grpcio-tools

View File

@ -22,6 +22,8 @@ setuptools.setup(
"base58",
"pymultihash",
"multiaddr",
"grpcio",
"grpcio-tools"
],
packages=["libp2p"],
zip_safe=False,