certbot/letsencrypt-auto-source/pieces
Erik Rose f40e04401f Don't install enum34 when using Python 3.4 or later. Fix #5456. (#5846)
The re stdlib module requires attrs that don't exist in the backported 3.4 version.

Technically, we are changing our install behavior beyond what is necessary. Previously, enum34 was used for 3.4 and 3.5 as well, and it happened not to conflict, but I think it's better to use the latest bug-fixed stdlib versions as long as they meet the needs of `cryptography`, which is what depends on enum34. That way, at least the various stdlib modules are guaranteed not to conflict with each other.
2018-04-19 16:35:21 -07:00
..
bootstrappers Address erikrose's comments on #5329 (#5400) 2018-01-09 16:48:16 -08:00
certbot-requirements.txt Release 0.23.0 2018-04-04 15:04:43 -07:00
dependency-requirements.txt Don't install enum34 when using Python 3.4 or later. Fix #5456. (#5846) 2018-04-19 16:35:21 -07:00
fetch.py Address erikrose's comments on #5329 (#5400) 2018-01-09 16:48:16 -08:00
letsencrypt-requirements.txt Pin dependency versions when using tools/venv.sh (#4629) 2017-05-11 10:06:05 -07:00
pipstrap.py Upgrade pipstrap to 1.5.1 (#5681) 2018-03-07 09:10:47 -08:00