add missing pkg_resources comment

This commit is contained in:
Jakub Warmuz 2015-09-26 10:54:24 +00:00
parent 08c0c4aeba
commit d337865f48
No known key found for this signature in database
GPG key ID: 2A7BAD3A489B52EA

View file

@ -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',
]