We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ebf3c8f + 358d48f commit b4353a3Copy full SHA for b4353a3
VERSION
@@ -1 +1 @@
1
-0.1.8
+0.2.0
requirements.txt
@@ -1,2 +1,2 @@
Flask
2
-opentracing>=1.1,<1.2
+opentracing
setup.py
@@ -23,7 +23,7 @@
23
platforms='any',
24
install_requires=[
25
'Flask',
26
- 'opentracing>=1.1,<1.2'
+ 'opentracing'
27
],
28
tests_require=['pytest'],
29
setup_requires=['pytest-runner'],
0 commit comments