Merge pull request #223 from ralexstokes/remove-grpc
Remove `grpc` dependency
This commit is contained in:
commit
a8acbb72c2
1
Makefile
1
Makefile
|
@ -13,4 +13,3 @@ lintroll:
|
|||
|
||||
protobufs:
|
||||
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
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
|
||||
import grpc
|
||||
|
3
setup.py
3
setup.py
|
@ -38,9 +38,8 @@ setuptools.setup(
|
|||
"pymultihash>=0.8.2",
|
||||
"multiaddr>=0.0.8,<0.1.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",
|
||||
"protobuf==3.9.0",
|
||||
],
|
||||
extras_require=extras_require,
|
||||
packages=setuptools.find_packages(exclude=["tests", "tests.*"]),
|
||||
|
|
Loading…
Reference in New Issue
Block a user