mirror of
https://github.com/certbot/certbot.git
synced 2026-07-30 16:14:44 +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
@@ -11,7 +11,6 @@ install_requires = [
|
||||
f'certbot>={version}',
|
||||
'importlib_resources>=1.3.1; python_version < "3.9"',
|
||||
'python-augeas',
|
||||
'setuptools>=41.6.0',
|
||||
]
|
||||
|
||||
dev_extras = [
|
||||
|
||||
Reference in New Issue
Block a user