You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by to...@apache.org on 2021/06/08 13:27:47 UTC

[skywalking-python] branch master updated: fix module wrapt as normal install dependancy (#123)

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

tompytel 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 ed23169  fix module wrapt as normal install dependancy (#123)
ed23169 is described below

commit ed23169f0d2086703c7ef7bb1b93cd94f7bf0a1d
Author: Tomasz Pytel <to...@gmail.com>
AuthorDate: Tue Jun 8 10:27:06 2021 -0300

    fix module wrapt as normal install dependancy (#123)
---
 setup.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/setup.py b/setup.py
index c7a9086..ec24ee2 100644
--- a/setup.py
+++ b/setup.py
@@ -39,6 +39,7 @@ setup(
         "grpcio",
         "grpcio-tools",
         "packaging",
+        "wrapt",
     ],
     extras_require={
         "test": [