Skip to content

Commit 5506d7e

Browse files
committed
Replaced jaeger with lightstep in pipfile
1 parent 104f5cd commit 5506d7e

File tree

2 files changed

+63
-42
lines changed

2 files changed

+63
-42
lines changed

Pipfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,13 @@ name = "pypi"
55

66
[packages]
77
flask = "*"
8-
jaeger-client = "==3.13.0"
98
python-json-logger = ">=0.1.10"
109
pyyaml = ">=4.2b4"
1110
anyconfig = ">=0.9.8"
1211
swagger-ui-bundle = ">=0.0.2"
1312
connexion = {extras = ["swagger-ui"],version = ">=2.2.0"}
14-
flask-opentracing = "==0.2.0"
15-
tornado = "==4.5.3"
13+
lightstep = "*"
14+
flask-opentracing = "*"
1615

1716
[dev-packages]
1817
requests-mock = "*"

Pipfile.lock

Lines changed: 61 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)