Remove grpc dependency

This commit is contained in:
Alex Stokes 2019-08-03 11:16:30 -07:00
parent 910c3fa6f1
commit 69ec86c871
No known key found for this signature in database
GPG Key ID: 51CE1721B245C086
3 changed files with 0 additions and 6 deletions

View File

@ -13,4 +13,3 @@ lintroll:
protobufs: protobufs:
cd libp2p/pubsub/pb && protoc --python_out=. rpc.proto cd libp2p/pubsub/pb && protoc --python_out=. rpc.proto
cd libp2p/pubsub/pb && python -m grpc_tools.protoc -I. --python_out=. --grpc_python_out=. rpc.proto

View File

@ -1,3 +0,0 @@
# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
import grpc

View File

@ -38,8 +38,6 @@ setuptools.setup(
"pymultihash>=0.8.2", "pymultihash>=0.8.2",
"multiaddr>=0.0.8,<0.1.0", "multiaddr>=0.0.8,<0.1.0",
"rpcudp>=3.0.0,<4.0.0", "rpcudp>=3.0.0,<4.0.0",
"grpcio>=1.21.1,<2.0.0",
"grpcio-tools>=1.21.1,<2.0.0",
"lru-dict>=1.1.6", "lru-dict>=1.1.6",
], ],
extras_require=extras_require, extras_require=extras_require,