There was an error while loading. Please reload this page.
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.