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 67f455e + 5ccdb28 commit a7ddf8cCopy full SHA for a7ddf8c
setup.py
@@ -6,11 +6,11 @@
6
description='Source++ Python Probe',
7
url='https://github.com/sourceplusplus/probe-python',
8
author='Source++',
9
- author_email='hello@sourceplusplus.com',
+ 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