Merge pull request #271 from mhchia/fix/pubsub-interop

Pubsub interop with go-libp2p-daemon
This commit is contained in:
Kevin Mai-Husan Chia
2019-09-04 22:28:14 +08:00
committed by GitHub
33 changed files with 766 additions and 262 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@628266f",
],
"lint": [
"mypy>=0.701,<1.0",