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.
1 parent 43d7c60 commit ed8dca6Copy full SHA for ed8dca6
setup.py
@@ -9,7 +9,8 @@
9
author_email='hello@sourceplusplus.com',
10
license='Apache License, Version 2.0',
11
packages=setuptools.find_packages(),
12
- install_requires=['apache-skywalking>=0.7.0',
+ install_requires=['vertx-eventbus-client>=1.0.0',
13
+ 'apache-skywalking>=0.7.0',
14
'nopdb>=0.1.0',
15
'pyhumps>=3.0.2',
16
'PyYAML>=6.0'])
0 commit comments