mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
* 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
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| acme_server.py | ||
| certbot_call.py | ||
| constants.py | ||
| dns_server.py | ||
| misc.py | ||
| pebble_artifacts.py | ||
| pebble_ocsp_server.py | ||
| proxy.py | ||