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 f736537 commit 50eb6f7Copy full SHA for 50eb6f7
setup.py
@@ -32,9 +32,11 @@ def check_setuptools():
32
traces to your Instana dashboard.",
33
zip_safe=False,
34
install_requires=['autowrapt>=1.0',
35
+ 'basictracer>=3.0.0',
36
+ 'certifi>=2018.4.16',
37
'fysom>=2.1.2',
38
'opentracing>=2.0.0',
- 'basictracer>=3.0.0'],
39
+ 'urllib3>=1.18.1'],
40
entry_points={
41
'instana': ['string = instana:load'],
42
'flask': ['flask = instana.flaskana:hook'],
@@ -49,6 +51,7 @@ def check_setuptools():
49
51
'flask>=0.12.2',
50
52
'lxml>=3.4',
53
'MySQL-python>=1.2.5;python_version<="2.7"',
54
+ 'pyOpenSSL>=16.1.0;python_version<="2.7"',
55
'requests>=2.17.1',
56
'urllib3[secure]>=1.15',
57
'spyne>=2.9',
0 commit comments