Skip to content

Use urllib3 library packaged with Requests #13

@dxmaxwell

Description

@dxmaxwell

If I understand correctly, Requests comes packaged with a version of urllib3, so you don't need the extra dependency.

This is giving my problems when using pyCFClient with Anaconda. The Anaconda repository contains a version of the Requests library, but it does not have a version of the urllib3 library.

The only use of urllib3 I could find is here

So, I have just replaced that line with:

from requests.packages.urllib3.poolmanager import PoolManager

I can provide a pull request if that would help.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions