Skip to content

Commit b4353a3

Browse files
authored
Merge pull request #11 from opentracing-contrib/py3
disabled upper limit on opentracing python lib
2 parents ebf3c8f + 358d48f commit b4353a3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.8
1+
0.2.0

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Flask
2-
opentracing>=1.1,<1.2
2+
opentracing

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
platforms='any',
2424
install_requires=[
2525
'Flask',
26-
'opentracing>=1.1,<1.2'
26+
'opentracing'
2727
],
2828
tests_require=['pytest'],
2929
setup_requires=['pytest-runner'],

0 commit comments

Comments
 (0)