mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 03:02:15 +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
@@ -10,7 +10,6 @@ install_requires = [
|
||||
# This version of lexicon is required to address the problem described in
|
||||
# https://github.com/AnalogJ/lexicon/issues/387.
|
||||
'dns-lexicon>=3.14.1',
|
||||
'setuptools>=41.6.0',
|
||||
]
|
||||
|
||||
if os.environ.get('SNAP_BUILD'):
|
||||
|
||||
Reference in New Issue
Block a user