certbot/acme
Adrien Ferrand cc359dab46
Migrate pkg_resources usages to importlib.resources (#9748)
* Migrate pkg_resources API related to resources to importlib_resources

* Fix lint and mypy + pin lexicon

* Update filterwarnings

* Update oldest tests requirements

* Update pinned dependencies

* Fix for modern versions of python

* Fix assets load in nginx integration tests

* Fix a warning

* Isolate static generation from importlib.resource into a private function

---------

Co-authored-by: Adrien Ferrand <adrien.ferrand@amadeus.com>
2023-09-07 11:38:44 -07:00
..
acme Migrate pkg_resources usages to importlib.resources (#9748) 2023-09-07 11:38:44 -07:00
docs Fix docs (#9755) 2023-08-25 12:22:14 -07:00
examples acme: remove Client and BackwardsCompatibleClientV2 (#9356) 2022-09-06 14:36:55 -07:00
LICENSE.txt Update Copyright notice in subpackages LICENSE. 2015-10-04 10:10:41 +00:00
MANIFEST.in Make acme tests internal (#9625) 2023-03-28 14:02:33 -07:00
pytest.ini Fixes #6085. (#6091) 2018-06-12 17:31:22 -07:00
README.rst Fix ACME module description 2015-10-21 17:06:35 -07:00
readthedocs.org.requirements.txt Pin readthedocs deps (#9083) 2021-11-04 20:35:44 +11:00
setup.py Migrate pkg_resources usages to importlib.resources (#9748) 2023-09-07 11:38:44 -07:00

ACME protocol implementation in Python