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.
1 parent 571ff3b commit aaaa38fCopy full SHA for aaaa38f
setup.py
@@ -41,7 +41,8 @@ def get_file_text(file_name):
41
install_requires=[
42
"urllib3>=1.26.11",
43
"certifi",
44
- "opentelemetry-distro>=0.35b0", # XXX check lower bound
+ "opentelemetry-api",
45
+ "opentelemetry-sdk",
46
],
47
extras_require={
48
"aiohttp": ["aiohttp>=3.5"],
0 commit comments