Skip to content

Commit

Permalink
updated grpcio version to fit requirements.txt
Browse files Browse the repository at this point in the history
Signed-off-by: Bernhard Rohloff <[email protected]>
  • Loading branch information
cappuMUC authored and Vinay Shankar Shukla committed Apr 22, 2020
1 parent bf08a15 commit 0c55be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ setup(
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
],
install_requires=['redBaron', 'parso', 'ptvsd==4.3.2', 'grpcio==1.25.0', 'protobuf>=3.5.2', 'six'],
install_requires=['redBaron', 'parso', 'ptvsd==4.3.2', 'grpcio==1.28.1', 'protobuf>=3.5.2', 'six'],
extras_require={1},
)

0 comments on commit 0c55be1

Please sign in to comment.