Skip to content

Add dependency information in setup.py for instrumentation #749

@lucemia

Description

@lucemia

Before opening a feature request against this repo, consider whether the feature should/could be implemented in the other OpenTelemetry client libraries. If so, please open an issue on opentelemetry-specification first.

Is your feature request related to a problem?
If so, provide a concise description of the problem.

Describe the solution you'd like
What do you want to happen instead? What is the expected behavior?

Add version requirement info in setup.py, so the dependency requirements/conflicts can be solved automatically.

setup(
...
 install_requires=[
        "httpx>=0.18.0,<0.19.0",
         ...

Describe alternatives you've considered
Which alternative solutions or features have you considered?

Additional context
Add any other context about the feature request here.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions