From b08cac545b2358b2a223d640ba2c4aeea1a7d28d Mon Sep 17 00:00:00 2001 From: Will Greenberg Date: Mon, 16 Oct 2023 12:01:49 -0700 Subject: [PATCH] Add towncrier to dev dependencies --- certbot/setup.py | 1 + tools/requirements.txt | 8 ++++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/certbot/setup.py b/certbot/setup.py index ddc3ffe83..8abe66672 100644 --- a/certbot/setup.py +++ b/certbot/setup.py @@ -54,6 +54,7 @@ dev_extras = [ # format. See # https://github.com/python-poetry/poetry-plugin-export/blob/efcfd34859e72f6a79a80398f197ce6eb2bbd7cd/CHANGELOG.md#added. 'poetry-plugin-export>=1.1.0', + 'towncrier', 'twine', ] diff --git a/tools/requirements.txt b/tools/requirements.txt index 1ed0ca0ee..9affc8598 100644 --- a/tools/requirements.txt +++ b/tools/requirements.txt @@ -26,6 +26,8 @@ certifi==2023.7.22 ; python_version >= "3.8" and python_version < "4.0" cffi==1.16.0 ; python_version >= "3.8" and python_version < "4.0" charset-normalizer==3.3.0 ; python_version >= "3.8" and python_version < "4.0" cleo==1.0.0a5 ; python_version >= "3.8" and python_version < "4.0" +click-default-group==1.2.4 ; python_version >= "3.8" and python_version < "4.0" +click==8.1.7 ; python_version >= "3.8" and python_version < "4.0" cloudflare==2.12.4 ; python_version >= "3.8" and python_version < "4.0" colorama==0.4.6 ; python_version >= "3.8" and python_version < "4.0" and sys_platform == "win32" or python_version >= "3.8" and python_version < "4.0" and platform_system == "Windows" configargparse==1.7 ; python_version >= "3.8" and python_version < "4.0" @@ -59,6 +61,7 @@ idna==3.4 ; python_version >= "3.8" and python_version < "4.0" imagesize==1.4.1 ; python_version >= "3.8" and python_version < "4.0" importlib-metadata==4.13.0 ; python_version >= "3.8" and python_version < "4.0" importlib-resources==6.1.0 ; python_version >= "3.8" and python_version < "4.0" +incremental==22.10.0 ; python_version >= "3.8" and python_version < "4.0" iniconfig==2.0.0 ; python_version >= "3.8" and python_version < "4.0" invoke==2.2.0 ; python_version >= "3.8" and python_version < "4.0" ipdb==0.13.13 ; python_version >= "3.8" and python_version < "4.0" @@ -96,7 +99,7 @@ parsedatetime==2.6 ; python_version >= "3.8" and python_version < "4.0" parso==0.8.3 ; python_version >= "3.8" and python_version < "4.0" pexpect==4.8.0 ; python_version >= "3.8" and python_version < "4.0" pickleshare==0.7.5 ; python_version >= "3.8" and python_version < "4.0" -pip==23.2.1 ; python_version >= "3.8" and python_version < "4.0" +pip==23.3 ; python_version >= "3.8" and python_version < "4.0" pkginfo==1.9.6 ; python_version >= "3.8" and python_version < "4.0" pkgutil-resolve-name==1.3.10 ; python_version >= "3.8" and python_version < "3.9" platformdirs==2.6.2 ; python_version >= "3.8" and python_version < "4.0" @@ -165,6 +168,7 @@ stack-data==0.6.3 ; python_version >= "3.8" and python_version < "4.0" tldextract==5.0.0 ; python_version >= "3.8" and python_version < "4.0" tomli==2.0.1 ; python_version >= "3.8" and python_full_version <= "3.11.0a6" tomlkit==0.12.1 ; python_version >= "3.8" and python_version < "4.0" +towncrier==23.6.0 ; python_version >= "3.8" and python_version < "4.0" tox==3.28.0 ; python_version >= "3.8" and python_version < "4.0" traitlets==5.11.2 ; python_version >= "3.8" and python_version < "4.0" twine==4.0.2 ; python_version >= "3.8" and python_version < "4.0" @@ -173,7 +177,7 @@ types-pyopenssl==23.2.0.2 ; python_version >= "3.8" and python_version < "4.0" types-pyrfc3339==1.1.1.5 ; python_version >= "3.8" and python_version < "4.0" types-python-dateutil==2.8.19.14 ; python_version >= "3.8" and python_version < "4.0" types-pytz==2023.3.1.1 ; python_version >= "3.8" and python_version < "4.0" -types-pywin32==306.0.0.4 ; python_version >= "3.8" and python_version < "4.0" +types-pywin32==306.0.0.5 ; python_version >= "3.8" and python_version < "4.0" types-requests==2.31.0.6 ; python_version >= "3.8" and python_version < "4.0" types-setuptools==68.2.0.0 ; python_version >= "3.8" and python_version < "4.0" types-six==1.16.21.9 ; python_version >= "3.8" and python_version < "4.0"