Skip to content

Commit 085e6f8

Browse files
authored
Update OpenTracing dependencies. (#78)
1 parent 9d75cc7 commit 085e6f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
zip_safe=False,
1414
install_requires=['autowrapt>=1.0',
1515
'fysom>=2.1.2',
16-
'opentracing>=1.2.1,<1.3',
17-
'basictracer>=2.2.0'],
16+
'opentracing>=1.2.1,<2.0',
17+
'basictracer<3.0'],
1818
entry_points={
1919
'instana': ['string = instana:load'],
2020
'flask': ['flask = instana.flaskana:hook'],

0 commit comments

Comments
 (0)