Skip to content

Commit 5ccdb28

Browse files
committed
build: pin dep versions
1 parent 355b931 commit 5ccdb28

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
author_email='[email protected]',
1010
license='Apache License, Version 2.0',
1111
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'])
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'])

0 commit comments

Comments
 (0)