Skip to content

Commit

Permalink
Unpin OpenTracing dependency and change to a range (#40)
Browse files Browse the repository at this point in the history
* Update setup.py

This should not be a `==`.

* Update setup.py

* ༼ つ ◕_◕ ༽つ

* ಠ╭╮ಠ
  • Loading branch information
nhsiehgit authored and yurishkuro committed May 3, 2019
1 parent b53f826 commit 59a14ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
platforms='any',
install_requires=[
'protobuf>=3.0.0b2.post2',
'opentracing==2.0.0',
'opentracing>=2.0,<3.0',
'six>=1.10.0,<2.0',
],
extras_require={
Expand Down

0 comments on commit 59a14ff

Please sign in to comment.