Skip to content

Refactor Implicit Code Depending on pip Upstream Vendored Library #98

@theonewolf

Description

@theonewolf

You should explicitly pin the versions of libraries you use, and not import private, vendored libraries from your dependencies.

This line must be changed to import the normal requests library, and also add a version of requests as an explicit dependency:

from pip._vendor import requests

This issue is related to #97.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions