We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e70a84 commit 2746ba0Copy full SHA for 2746ba0
requirements.txt
@@ -1 +1,2 @@
1
grpcio==1.18.0
2
+protobuf==3.6.0
setup.py
@@ -2,7 +2,7 @@
3
4
setup(name='iosxr_grpc',
5
- version='1.2',
+ version='1.3',
6
description='gRPC library for IOS-XR > 6.1.1',
7
url='https://github.com/cisco-grpc-connection-libs/ios-xr-grpc-python',
8
author='Karthik Kumaravel',
@@ -11,5 +11,6 @@
11
packages=['iosxr_grpc'],
12
install_requires=[
13
'grpcio==1.18.0',
14
+ 'protobuf==3.6.0',
15
],
16
zip_safe=False)
0 commit comments