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 355b931 commit 5ccdb28Copy full SHA for 5ccdb28
setup.py
@@ -9,8 +9,8 @@
9
author_email='hello@sourceplus.plus',
10
license='Apache License, Version 2.0',
11
packages=setuptools.find_packages(),
12
- install_requires=['vertx-eventbus-client>=1.0.0',
13
- 'apache-skywalking>=0.8.0',
14
- 'nopdb>=0.2.0',
15
- 'pyhumps>=3.7.2',
16
- 'PyYAML>=6.0'])
+ install_requires=['vertx-eventbus-client==1.0.0',
+ 'apache-skywalking==0.8.0',
+ 'nopdb==0.2.0',
+ 'pyhumps==3.7.2',
+ 'PyYAML==6.0'])
0 commit comments