1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-26 07:41:33 +03:00
Commit Graph

7 Commits

Author SHA1 Message Date
James Kasten
d3708e1e79 Remove trustify/attic related code from setup.py
Conflicts:
	.gitignore
	setup.py
2014-11-18 18:39:39 -08:00
James Kasten
ea3804efb7 Sort setup install_requires
Conflicts:
	setup.py
2014-11-18 18:36:15 -08:00
James Kasten
229f88dfcd setup install_requires python2-pythondialog, jose, jsonschema
Conflicts:
	setup.py
2014-11-18 18:36:15 -08:00
Jakub Warmuz
3486a53132 python-augeas missing from PyPI 2014-11-18 18:36:15 -08:00
Alex Gaynor
a9e0028007 Use the older requests API 2014-11-18 09:09:56 -08:00
Alex Gaynor
efaec60e6b Switched from using urllib2 to requests.
urllib2 is a security hazzard, it does not perform certificate checks against a trust root by default, nor does it perform service_identity checks.

Also, requests has a prettier API.
2014-11-18 08:13:06 -08:00
Faidon Liambotis
7e960672b3 Add setuptools-based setup.py & MANIFEST.in
Also move the protoc functionality to setup.py, making it a bit more
complicated than usual :)
2012-08-12 09:03:13 +03:00