1
0
mirror of https://github.com/certbot/certbot.git synced 2025-08-05 05:41:11 +03:00

Remove min version of setuptools (#5617)

This commit is contained in:
Nick Bebout
2018-02-23 15:26:11 -06:00
committed by Brad Warren
parent 1e46d26ac3
commit f3a0deba84
14 changed files with 14 additions and 42 deletions

View File

@@ -12,9 +12,7 @@ install_requires = [
'certbot=={0}'.format(version),
'mock',
'python-augeas',
# For pkg_resources. >=1.0 so pip resolves it to a version cryptography
# will tolerate; see #2599:
'setuptools>=1.0',
'setuptools',
'zope.component',
'zope.interface',
]