Skip to content

Commit

Permalink
Add dependencies for the REST API client (#92)
Browse files Browse the repository at this point in the history
* Add dependencies for the REST API client

* Add pyOpenSSL for Python 2.7.x
  • Loading branch information
pglombardo authored Jul 20, 2018
1 parent f736537 commit 50eb6f7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,11 @@ def check_setuptools():
traces to your Instana dashboard.",
zip_safe=False,
install_requires=['autowrapt>=1.0',
'basictracer>=3.0.0',
'certifi>=2018.4.16',
'fysom>=2.1.2',
'opentracing>=2.0.0',
'basictracer>=3.0.0'],
'urllib3>=1.18.1'],
entry_points={
'instana': ['string = instana:load'],
'flask': ['flask = instana.flaskana:hook'],
Expand All @@ -49,6 +51,7 @@ def check_setuptools():
'flask>=0.12.2',
'lxml>=3.4',
'MySQL-python>=1.2.5;python_version<="2.7"',
'pyOpenSSL>=16.1.0;python_version<="2.7"',
'requests>=2.17.1',
'urllib3[secure]>=1.15',
'spyne>=2.9',
Expand Down

0 comments on commit 50eb6f7

Please sign in to comment.