mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:02:52 +02:00
Drop setuptools as a runtime dependency
Because of the change from using setuptools.pkg_resources to using importlib, we no longer need a runtime dependency on setuptools. It is still required, however, for running setup.py.
This commit is contained in:
committed by
Brad Warren
parent
9f5451d16b
commit
b0e389aad7
@@ -15,7 +15,6 @@ install_requires = [
|
|||||||
'pyrfc3339',
|
'pyrfc3339',
|
||||||
'pytz>=2019.3',
|
'pytz>=2019.3',
|
||||||
'requests>=2.20.0',
|
'requests>=2.20.0',
|
||||||
'setuptools>=41.6.0',
|
|
||||||
]
|
]
|
||||||
|
|
||||||
docs_extras = [
|
docs_extras = [
|
||||||
|
|||||||
@@ -11,7 +11,6 @@ install_requires = [
|
|||||||
f'certbot>={version}',
|
f'certbot>={version}',
|
||||||
'importlib_resources>=1.3.1; python_version < "3.9"',
|
'importlib_resources>=1.3.1; python_version < "3.9"',
|
||||||
'python-augeas',
|
'python-augeas',
|
||||||
'setuptools>=41.6.0',
|
|
||||||
]
|
]
|
||||||
|
|
||||||
dev_extras = [
|
dev_extras = [
|
||||||
|
|||||||
@@ -22,7 +22,6 @@ install_requires = [
|
|||||||
# requests unvendored its dependencies in version 2.16.0 and this code relies on that for
|
# requests unvendored its dependencies in version 2.16.0 and this code relies on that for
|
||||||
# calling `urllib3.disable_warnings`.
|
# calling `urllib3.disable_warnings`.
|
||||||
'requests>=2.16.0',
|
'requests>=2.16.0',
|
||||||
'setuptools',
|
|
||||||
'types-python-dateutil',
|
'types-python-dateutil',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,6 @@ install_requires = [
|
|||||||
# for now, do not upgrade to cloudflare>=2.20 to avoid deprecation warnings and the breaking
|
# for now, do not upgrade to cloudflare>=2.20 to avoid deprecation warnings and the breaking
|
||||||
# changes in version 3.0. see https://github.com/certbot/certbot/issues/9938
|
# changes in version 3.0. see https://github.com/certbot/certbot/issues/9938
|
||||||
'cloudflare>=1.5.1, <2.20',
|
'cloudflare>=1.5.1, <2.20',
|
||||||
'setuptools>=41.6.0',
|
|
||||||
]
|
]
|
||||||
|
|
||||||
if os.environ.get('SNAP_BUILD'):
|
if os.environ.get('SNAP_BUILD'):
|
||||||
|
|||||||
@@ -8,7 +8,6 @@ version = '3.1.0.dev0'
|
|||||||
|
|
||||||
install_requires = [
|
install_requires = [
|
||||||
'python-digitalocean>=1.11', # 1.15.0 or newer is recommended for TTL support
|
'python-digitalocean>=1.11', # 1.15.0 or newer is recommended for TTL support
|
||||||
'setuptools>=41.6.0',
|
|
||||||
]
|
]
|
||||||
|
|
||||||
if os.environ.get('SNAP_BUILD'):
|
if os.environ.get('SNAP_BUILD'):
|
||||||
|
|||||||
@@ -10,7 +10,6 @@ install_requires = [
|
|||||||
# This version of lexicon is required to address the problem described in
|
# This version of lexicon is required to address the problem described in
|
||||||
# https://github.com/AnalogJ/lexicon/issues/387.
|
# https://github.com/AnalogJ/lexicon/issues/387.
|
||||||
'dns-lexicon>=3.14.1',
|
'dns-lexicon>=3.14.1',
|
||||||
'setuptools>=41.6.0',
|
|
||||||
]
|
]
|
||||||
|
|
||||||
if os.environ.get('SNAP_BUILD'):
|
if os.environ.get('SNAP_BUILD'):
|
||||||
|
|||||||
@@ -8,7 +8,6 @@ version = '3.1.0.dev0'
|
|||||||
|
|
||||||
install_requires = [
|
install_requires = [
|
||||||
'dns-lexicon>=3.14.1',
|
'dns-lexicon>=3.14.1',
|
||||||
'setuptools>=41.6.0',
|
|
||||||
]
|
]
|
||||||
|
|
||||||
if os.environ.get('SNAP_BUILD'):
|
if os.environ.get('SNAP_BUILD'):
|
||||||
|
|||||||
@@ -8,7 +8,6 @@ version = '3.1.0.dev0'
|
|||||||
|
|
||||||
install_requires = [
|
install_requires = [
|
||||||
'dns-lexicon>=3.14.1',
|
'dns-lexicon>=3.14.1',
|
||||||
'setuptools>=41.6.0',
|
|
||||||
]
|
]
|
||||||
|
|
||||||
if os.environ.get('SNAP_BUILD'):
|
if os.environ.get('SNAP_BUILD'):
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ version = '3.1.0.dev0'
|
|||||||
install_requires = [
|
install_requires = [
|
||||||
'google-api-python-client>=1.6.5',
|
'google-api-python-client>=1.6.5',
|
||||||
'google-auth>=2.16.0',
|
'google-auth>=2.16.0',
|
||||||
'setuptools>=41.6.0',
|
|
||||||
]
|
]
|
||||||
|
|
||||||
if os.environ.get('SNAP_BUILD'):
|
if os.environ.get('SNAP_BUILD'):
|
||||||
|
|||||||
@@ -8,7 +8,6 @@ version = '3.1.0.dev0'
|
|||||||
|
|
||||||
install_requires = [
|
install_requires = [
|
||||||
'dns-lexicon>=3.14.1',
|
'dns-lexicon>=3.14.1',
|
||||||
'setuptools>=41.6.0',
|
|
||||||
]
|
]
|
||||||
|
|
||||||
if os.environ.get('SNAP_BUILD'):
|
if os.environ.get('SNAP_BUILD'):
|
||||||
|
|||||||
@@ -8,7 +8,6 @@ version = '3.1.0.dev0'
|
|||||||
|
|
||||||
install_requires = [
|
install_requires = [
|
||||||
'dns-lexicon>=3.14.1',
|
'dns-lexicon>=3.14.1',
|
||||||
'setuptools>=41.6.0',
|
|
||||||
]
|
]
|
||||||
|
|
||||||
if os.environ.get('SNAP_BUILD'):
|
if os.environ.get('SNAP_BUILD'):
|
||||||
|
|||||||
@@ -8,7 +8,6 @@ version = '3.1.0.dev0'
|
|||||||
|
|
||||||
install_requires = [
|
install_requires = [
|
||||||
'dns-lexicon>=3.14.1',
|
'dns-lexicon>=3.14.1',
|
||||||
'setuptools>=41.6.0',
|
|
||||||
]
|
]
|
||||||
|
|
||||||
if os.environ.get('SNAP_BUILD'):
|
if os.environ.get('SNAP_BUILD'):
|
||||||
|
|||||||
@@ -8,7 +8,6 @@ version = '3.1.0.dev0'
|
|||||||
|
|
||||||
install_requires = [
|
install_requires = [
|
||||||
'dns-lexicon>=3.15.1',
|
'dns-lexicon>=3.15.1',
|
||||||
'setuptools>=41.6.0',
|
|
||||||
]
|
]
|
||||||
|
|
||||||
if os.environ.get('SNAP_BUILD'):
|
if os.environ.get('SNAP_BUILD'):
|
||||||
|
|||||||
@@ -8,7 +8,6 @@ version = '3.1.0.dev0'
|
|||||||
|
|
||||||
install_requires = [
|
install_requires = [
|
||||||
'dnspython>=1.15.0',
|
'dnspython>=1.15.0',
|
||||||
'setuptools>=41.6.0',
|
|
||||||
]
|
]
|
||||||
|
|
||||||
if os.environ.get('SNAP_BUILD'):
|
if os.environ.get('SNAP_BUILD'):
|
||||||
|
|||||||
@@ -8,7 +8,6 @@ version = '3.1.0.dev0'
|
|||||||
|
|
||||||
install_requires = [
|
install_requires = [
|
||||||
'boto3>=1.15.15',
|
'boto3>=1.15.15',
|
||||||
'setuptools>=41.6.0',
|
|
||||||
]
|
]
|
||||||
|
|
||||||
if os.environ.get('SNAP_BUILD'):
|
if os.environ.get('SNAP_BUILD'):
|
||||||
|
|||||||
@@ -8,7 +8,6 @@ version = '3.1.0.dev0'
|
|||||||
|
|
||||||
install_requires = [
|
install_requires = [
|
||||||
'dns-lexicon>=3.14.1',
|
'dns-lexicon>=3.14.1',
|
||||||
'setuptools>=41.6.0',
|
|
||||||
]
|
]
|
||||||
|
|
||||||
if os.environ.get('SNAP_BUILD'):
|
if os.environ.get('SNAP_BUILD'):
|
||||||
|
|||||||
@@ -13,7 +13,6 @@ install_requires = [
|
|||||||
# pyOpenSSL 23.1.0 is a bad release: https://github.com/pyca/pyopenssl/issues/1199
|
# pyOpenSSL 23.1.0 is a bad release: https://github.com/pyca/pyopenssl/issues/1199
|
||||||
'PyOpenSSL>=17.5.0,!=23.1.0',
|
'PyOpenSSL>=17.5.0,!=23.1.0',
|
||||||
'pyparsing>=2.2.1',
|
'pyparsing>=2.2.1',
|
||||||
'setuptools>=41.6.0',
|
|
||||||
]
|
]
|
||||||
|
|
||||||
test_extras = [
|
test_extras = [
|
||||||
|
|||||||
@@ -43,7 +43,6 @@ install_requires = [
|
|||||||
# This dependency needs to be added using environment markers to avoid its
|
# This dependency needs to be added using environment markers to avoid its
|
||||||
# installation on Linux.
|
# installation on Linux.
|
||||||
'pywin32>=300 ; sys_platform == "win32"',
|
'pywin32>=300 ; sys_platform == "win32"',
|
||||||
'setuptools>=41.6.0',
|
|
||||||
]
|
]
|
||||||
|
|
||||||
dev_extras = [
|
dev_extras = [
|
||||||
|
|||||||
Reference in New Issue
Block a user