You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2020/06/25 05:18:37 UTC

[skywalking-python] branch master updated: Add missing dependency in release (#23)

This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-python.git


The following commit(s) were added to refs/heads/master by this push:
     new 13edd9d  Add missing dependency in release (#23)
13edd9d is described below

commit 13edd9ddd0eaefffcabd851e2f3b65a2ffb20e73
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Thu Jun 25 13:18:26 2020 +0800

    Add missing dependency in release (#23)
---
 setup.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/setup.py b/setup.py
index 720c5b0..49b29b9 100644
--- a/setup.py
+++ b/setup.py
@@ -37,6 +37,7 @@ setup(
     include_package_data=True,
     install_requires=[
         "grpcio",
+        "grpcio-tools",
         "requests",
     ],
     extras_require={