Add utility functions for libp2p bindings

To prepare for pubsub interop test
This commit is contained in:
mhchia
2019-08-31 00:18:22 +08:00
parent db858e467c
commit 1b5d064a8d
10 changed files with 177 additions and 64 deletions

View File

@ -9,6 +9,8 @@ extras_require = {
"pytest>=4.6.3,<5.0.0",
"pytest-asyncio>=0.10.0,<1.0.0",
"pexpect>=4.6,<5",
# FIXME: Master branch. Use PyPI instead after it is released.
"p2pclient @ git+https://git@github.com/mhchia/py-libp2p-daemon-bindings@4777c62",
],
"lint": [
"mypy>=0.701,<1.0",