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
|
||
|---|---|---|
| .. | ||
| testdata | ||
| challenges_test.py | ||
| client_test.py | ||
| crypto_util_test.py | ||
| errors_test.py | ||
| fields_test.py | ||
| jose_test.py | ||
| jws_test.py | ||
| magic_typing_test.py | ||
| messages_test.py | ||
| standalone_test.py | ||
| test_util.py | ||
| util_test.py | ||