The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
https://grpc.io/
19 lines
354 B
19 lines
354 B
# GRPC Python setup requirements |
|
coverage==4.5.4 |
|
cython==0.29.21 |
|
enum34==1.1.10 |
|
protobuf>=3.5.0.post1, < 4.0dev |
|
six==1.16.0 |
|
wheel==0.36.2 |
|
futures==3.1.1 |
|
google-auth==1.24.0 |
|
oauth2client==4.1.0 |
|
requests==2.25.1 |
|
urllib3==1.26.5 |
|
chardet==3.0.4 |
|
certifi==2017.4.17 |
|
idna==2.7 |
|
googleapis-common-protos==1.5.5 |
|
gevent==21.1.2 |
|
zope.event==4.5.0 |
|
setuptools==44.1.1
|
|
|