We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f65899c commit 665e1edCopy full SHA for 665e1ed
requirements.txt
@@ -1,5 +1,5 @@
1
vertx-eventbus-client==1.0.0
2
-apache-skywalking==1.0.1
+apache-skywalking==1.2.0
3
nopdb==0.2.0
4
pyhumps==3.8.0
5
PyYAML==6.0
setup.py
@@ -10,7 +10,7 @@
10
license='Apache License, Version 2.0',
11
packages=setuptools.find_packages(),
12
install_requires=['vertx-eventbus-client==1.0.0',
13
- 'apache-skywalking==1.0.1',
+ 'apache-skywalking==1.2.0',
14
'nopdb==0.2.0',
15
'pyhumps==3.8.0',
16
'PyYAML==6.0'])
0 commit comments