certbot/certbot-ci
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_integration_tests deps: remove pyjwt dependency (#9337) 2022-07-28 17:26:12 -07:00
snap_integration_tests Fully type certbot-ci module (#9120) 2021-11-30 08:24:39 +11:00
windows_installer_integration_tests Remove Windows 2016 environment, generate 64 bit installer (#9202) 2022-03-03 19:31:03 +01:00
MANIFEST.in include py.typed marker files in distribution (#9187) 2022-02-04 18:29:26 +01:00
setup.py Drop Python 3.6 support (#9216) 2022-02-28 15:23:30 -08:00