certbot/letsencrypt-nginx
Erik Rose 55b63fca0d Require setuptools>=1.0 in all packages that use the cryptography lib.
When pip-installing any of these packages, pip hit our permissive, any-version "setuptools" dependency first and then ignored all subsequent, more constrained ones, like cryptography's "setuptools>=1.0". See https://github.com/pypa/pip/issues/988. It thus, on a box with setuptools 0.9.8, stuck with that version. Then, at runtime, letsencrypt crashed because pkg_resources couldn't satisfy cryptography's setuptools>=1.0 requirement.

This change lets us pip-install our packages and have it work. We'll need to make sure our direct requirements (all of them) satisfy the more constrained requirements of our dependencies. Yes, it is disgusting.
2016-03-03 18:02:38 -05:00
..
docs Fix some underline lengths in docs. 2015-11-25 12:43:29 -05:00
letsencrypt_nginx Merge pull request #2515 from thanatos/class-advice-impossible 2016-02-23 17:25:56 -08:00
tests Better Nginx error handling. 2016-01-01 23:09:44 -08:00
LICENSE.txt Add the nginxparser copyright statement to letsencrypt-nginx 2015-11-23 14:58:37 -08:00
MANIFEST.in Include docs in subpkgs tarballs 2015-10-21 17:06:36 -07:00
README.rst Add dummy README.rst files 2015-09-27 06:23:13 +00:00
readthedocs.org.requirements.txt RTD: install local deps for subpkgs (fixes #1086). 2015-10-23 19:01:13 +00:00
setup.py Require setuptools>=1.0 in all packages that use the cryptography lib. 2016-03-03 18:02:38 -05:00

Nginx plugin for Let's Encrypt client