mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 00:02:14 -04:00
add missing pkg_resources comment
This commit is contained in:
parent
08c0c4aeba
commit
d337865f48
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -42,7 +42,7 @@ install_requires = [
|
|||
'python2-pythondialog>=3.2.2rc1', # Debian squeeze support, cf. #280
|
||||
'pytz',
|
||||
'requests',
|
||||
'setuptools',
|
||||
'setuptools', # pkg_resources
|
||||
'zope.component',
|
||||
'zope.interface',
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue