We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 368a8f0 + d43bde2 commit 140c6aeCopy full SHA for 140c6ae
requirements.txt
@@ -1,5 +1,5 @@
1
vertx-eventbus-client==1.0.0
2
-apache-skywalking==1.0.0
+apache-skywalking==1.0.1
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.0',
+ 'apache-skywalking==1.0.1',
14
'nopdb==0.2.0',
15
'pyhumps==3.7.2',
16
'PyYAML==6.0'])
0 commit comments