Skip to content

Commit

Permalink
Fixed dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryo Kather committed Jun 7, 2021
1 parent bf536ad commit c8be726
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,8 @@ commands_pre =
grpc: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-grpc[test]

falcon,flask,django,pyramid,tornado,starlette,fastapi: pip install {toxinidir}/util/opentelemetry-util-http[test]
wsgi,falcon,flask,django,pyramid: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-wsgi[test]
asgi,starlette,fastapi: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-asgi[test]
wsgi,falcon,flask,django,pyramid: pip install yarl {toxinidir}/instrumentation/opentelemetry-instrumentation-wsgi[test]
asgi,starlette,fastapi: pip install yarl {toxinidir}/instrumentation/opentelemetry-instrumentation-asgi[test]

asyncpg: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-asyncpg[test]

Expand Down Expand Up @@ -287,9 +287,9 @@ commands_pre =

aiopg: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-dbapi pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-aiopg[test]

asgi: pip install yarl {toxinidir}/instrumentation/opentelemetry-instrumentation-asgi[test]
asgi: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-asgi[test]

wsgi: pip install yarl {toxinidir}/instrumentation/opentelemetry-instrumentation-wsgi[test]
wsgi: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-wsgi[test]

datadog: pip install flaky {toxinidir}/exporter/opentelemetry-exporter-datadog[test]

Expand Down

0 comments on commit c8be726

Please sign in to comment.