Skip to content

no requests in setup.py #753

@fbacchella

Description

@fbacchella

elasticsearch-py can use either requests or urllib3 as transport, but in setup.py, only urllib3 is required:

install_requires = [ 'urllib3<1.23,>=1.21.1', ] 

I think none should be required, as it's up to the end user to choose which one to use.

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