Skip to content

Commit 50eb6f7

Browse files
authored
Add dependencies for the REST API client (#92)
* Add dependencies for the REST API client * Add pyOpenSSL for Python 2.7.x
1 parent f736537 commit 50eb6f7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,11 @@ def check_setuptools():
3232
traces to your Instana dashboard.",
3333
zip_safe=False,
3434
install_requires=['autowrapt>=1.0',
35+
'basictracer>=3.0.0',
36+
'certifi>=2018.4.16',
3537
'fysom>=2.1.2',
3638
'opentracing>=2.0.0',
37-
'basictracer>=3.0.0'],
39+
'urllib3>=1.18.1'],
3840
entry_points={
3941
'instana': ['string = instana:load'],
4042
'flask': ['flask = instana.flaskana:hook'],
@@ -49,6 +51,7 @@ def check_setuptools():
4951
'flask>=0.12.2',
5052
'lxml>=3.4',
5153
'MySQL-python>=1.2.5;python_version<="2.7"',
54+
'pyOpenSSL>=16.1.0;python_version<="2.7"',
5255
'requests>=2.17.1',
5356
'urllib3[secure]>=1.15',
5457
'spyne>=2.9',

0 commit comments

Comments
 (0)