Skip to content

Commit

Permalink
Merge pull request #11 from opentracing-contrib/py3
Browse files Browse the repository at this point in the history
disabled upper limit on opentracing python lib
  • Loading branch information
ror6ax authored May 8, 2018
2 parents ebf3c8f + 358d48f commit b4353a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.8
0.2.0
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Flask
opentracing>=1.1,<1.2
opentracing
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
platforms='any',
install_requires=[
'Flask',
'opentracing>=1.1,<1.2'
'opentracing'
],
tests_require=['pytest'],
setup_requires=['pytest-runner'],
Expand Down

0 comments on commit b4353a3

Please sign in to comment.