Skip to content

Commit

Permalink
Add missing dependency in release (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
kezhenxu94 authored Jun 25, 2020
1 parent 0dd6029 commit 13edd9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
include_package_data=True,
install_requires=[
"grpcio",
"grpcio-tools",
"requests",
],
extras_require={
Expand Down

0 comments on commit 13edd9d

Please sign in to comment.