You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The requests package in setup.py is really old, and it breaks compatibility with other packages that I would like to have installed in the same virtualenv.
This could be as easy as changing "requests==2.2.1", to "requests>=2.2.1", in setup.py.
The requests package in
setup.pyis really old, and it breaks compatibility with other packages that I would like to have installed in the same virtualenv.This could be as easy as changing
"requests==2.2.1",to"requests>=2.2.1",insetup.py.