Skip to content

Commit 1be955f

Browse files
author
nehashri
committed
adding protobuf to required modules
1 parent 92422b9 commit 1be955f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ setup(
2121
'Programming Language :: Python :: 3.5',
2222
'Programming Language :: Python :: 3.6',
2323
],
24-
install_requires=['redBaron', 'ptvsd==3.0.0', 'grpcio'],
24+
install_requires=['redBaron', 'ptvsd==3.0.0', 'grpcio', 'protobuf>=3.5.2'],
2525
extras_require={1},
2626
)

0 commit comments

Comments
 (0)