certbot/certbot-dns-route53
alexzorin 42a4d30267
deps: remove pyjwt dependency (#9337)
* deps: remove pyjwt dependency

* pinning: strip extras from dependencies

`poetry export` outputs in requirements.txt format, which is now
apparently producing "dep[extra]==...". We are using this output
as the constraints file for pip and pip's new resolver does not
permit extras in the constraints file.

This change filters out the extras specifiers.

* repin current dependencies

* fix new pylint complaints

* silence lint about distutils.version

We have already deprecated the function and it'll be removed in
2.0.

* docs: set sphinx language to 'en'

this is emitting a warning and failing the build

* Revert "pinning: strip extras from dependencies"

This reverts commit 11268fd231.

* pin poetry back to avoid extras issue

* repin

* fix new mypy complaints in acme/
2022-07-28 17:26:12 -07:00
..
certbot_dns_route53 deps: remove pyjwt dependency (#9337) 2022-07-28 17:26:12 -07:00
docs docs: update intersphinx url for certbot project (#9096) 2021-11-11 09:44:59 +01:00
examples route53: rename to match other DNS plugins (#4747) 2017-06-06 15:41:04 -07:00
tests Use Python 3 style super (#8777) 2021-04-08 13:04:51 -07:00
LICENSE.txt Unify license filename (LICENSE.txt) (#7239) 2019-07-12 22:53:43 +03:00
MANIFEST.in include py.typed marker files in distribution (#9187) 2022-02-04 18:29:26 +01:00
README.rst Add matching route53 readme (#8583) 2021-01-07 11:30:52 -08:00
readthedocs.org.requirements.txt Pin readthedocs deps (#9083) 2021-11-04 20:35:44 +11:00
setup.py Bump version to 1.30.0 2022-07-05 11:16:40 -07:00

Amazon Web Services Route 53 DNS Authenticator plugin for Certbot