Is requests[security] required for python 3.5+ ?

Chris Warrick kwpolska at gmail.com
Thu Feb 2 14:43:32 EST 2017


On 2 February 2017 at 20:41, Thomas Nyberg <tomuxiong at gmx.com> wrote:
> Hello,
>
> I'm trying to understand whether requests[security] or just plain requests
> should be installed for python 3.5. I.e. do the following packages need to
> be installed: pyOpenSSL, cryptography,    idna.
>
> The reason I'm asking is because I'm moving an application to python 3 and I
> am testing out which requirements continue to be required in the version.

No, requests[security] is only needed for old Python 2.7 versions
(before 2.7.9).

-- 
Chris Warrick <https://chriswarrick.com/>
PGP: 5EAAEA16



More information about the Python-list mailing list