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 92422b9 commit 1be955fCopy full SHA for 1be955f
setup.tmpl
@@ -21,6 +21,6 @@ setup(
21
'Programming Language :: Python :: 3.5',
22
'Programming Language :: Python :: 3.6',
23
],
24
- install_requires=['redBaron', 'ptvsd==3.0.0', 'grpcio'],
+ install_requires=['redBaron', 'ptvsd==3.0.0', 'grpcio', 'protobuf>=3.5.2'],
25
extras_require={1},
26
)
0 commit comments