mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 16:30:31 +02:00
Explicit dependency on setuptools (pkg_resources).
This commit is contained in:
@@ -7,6 +7,7 @@ install_requires = [
|
||||
'letsencrypt',
|
||||
'mock<1.1.0', # py26
|
||||
'python-augeas',
|
||||
'setuptools', # pkg_resources
|
||||
'zope.component',
|
||||
'zope.interface',
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user