setup.py: Updated version requirement for 'requests'. Fixes 5313.
If we don't speficify a version for 'requests', Debian installs v2.4.x, but there is an issue with urllib3 and pyopenssl in versions prior to 2.6.0. This issue caused our installs to fail. Updating our requirement to 2.6.0 or greater resolves this issue and allows our installation processes to proceed normally. `
This commit is contained in:
parent
44db13fa84
commit
3252f73836