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:
@@ -13,9 +13,7 @@ install_requires = [
|
||||
'mock',
|
||||
'PyOpenSSL',
|
||||
'pyparsing>=1.5.5', # Python3 support; perhaps unnecessary?
|
||||
# For pkg_resources. >=1.0 so pip resolves it to a version cryptography
|
||||
# will tolerate; see #2599:
|
||||
'setuptools>=1.0',
|
||||
'setuptools',
|
||||
'zope.interface',
|
||||
]
|
||||
|
||||
|
Reference in New Issue
Block a user