mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Add towncrier to dev dependencies
This commit is contained in:
parent
07f72b92b4
commit
b08cac545b
2 changed files with 7 additions and 2 deletions
|
|
@ -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',
|
||||
]
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue