Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Commit

Permalink
Add missing dependencies to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
johananl committed Oct 7, 2019
1 parent b3ea6bc commit 4de4324
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion opentracing-shim/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,11 @@
description="OpenTracing shim for OpenTelemetry",
include_package_data=True,
long_description=open("README.rst").read(),
install_requires=["typing; python_version<'3.5'"],
install_requires=[
"typing; python_version<'3.5'",
"opentracing",
"opentelemetry-api",
],
extras_require={},
license="Apache-2.0",
package_dir={"": "src"},
Expand Down

0 comments on commit 4de4324

Please sign in to comment.