1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-23 07:20:55 +03:00
Commit Graph

11 Commits

Author SHA1 Message Date
James Kasten
7af9263e4a Remove jose dependency, convert display code to use dialog from setup 2014-11-19 15:34:54 -08:00
Jakub Warmuz
139ad7c3ee Fix setuptools package resources
https://pythonhosted.org/setuptools/setuptools.html#including-data-files
2014-11-19 13:33:53 +01:00
Jakub Warmuz
35c4cbd438 letsencrypt.py as setuptools console script 2014-11-19 13:29:02 +01:00
James Kasten
d56ec3c1da Adding last of @kuba fixes from PR#9 Thanks! 2014-11-18 20:15:22 -08:00
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