Skip to content

Commit 2746ba0

Browse files
authored
Update requirements (#21)
1 parent 1e70a84 commit 2746ba0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
grpcio==1.18.0
2+
protobuf==3.6.0

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
setup(name='iosxr_grpc',
5-
version='1.2',
5+
version='1.3',
66
description='gRPC library for IOS-XR > 6.1.1',
77
url='https://github.com/cisco-grpc-connection-libs/ios-xr-grpc-python',
88
author='Karthik Kumaravel',
@@ -11,5 +11,6 @@
1111
packages=['iosxr_grpc'],
1212
install_requires=[
1313
'grpcio==1.18.0',
14+
'protobuf==3.6.0',
1415
],
1516
zip_safe=False)

0 commit comments

Comments
 (0)