Skip to content

Commit a7ddf8c

Browse files
authored
Merge branch 'master' into renovate/gradle-8.x
2 parents 67f455e + 5ccdb28 commit a7ddf8c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

setup.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
description='Source++ Python Probe',
77
url='https://github.com/sourceplusplus/probe-python',
88
author='Source++',
9-
author_email='hello@sourceplusplus.com',
9+
author_email='hello@sourceplus.plus',
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)