diff --git a/requirements.txt b/requirements.txt index 35b7a8e..c2da2d5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ vertx-eventbus-client==1.0.0 -apache-skywalking==1.0.1 +apache-skywalking==1.2.0 nopdb==0.2.0 pyhumps==3.8.0 PyYAML==6.0 diff --git a/setup.py b/setup.py index 56fc8fc..a457dc7 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ license='Apache License, Version 2.0', packages=setuptools.find_packages(), install_requires=['vertx-eventbus-client==1.0.0', - 'apache-skywalking==1.0.1', + 'apache-skywalking==1.2.0', 'nopdb==0.2.0', 'pyhumps==3.8.0', 'PyYAML==6.0'])