Skip to content
This repository was archived by the owner on Aug 11, 2025. It is now read-only.

Commit 59a14ff

Browse files
nhsiehgityurishkuro
authored andcommitted
Unpin OpenTracing dependency and change to a range (#40)
* Update setup.py This should not be a `==`. * Update setup.py * ༼ つ ◕_◕ ༽つ * ಠ╭╮ಠ
1 parent b53f826 commit 59a14ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
platforms='any',
2626
install_requires=[
2727
'protobuf>=3.0.0b2.post2',
28-
'opentracing==2.0.0',
28+
'opentracing>=2.0,<3.0',
2929
'six>=1.10.0,<2.0',
3030
],
3131
extras_require={

0 commit comments

Comments
 (0)