mirror of
https://github.com/certbot/certbot.git
synced 2025-08-06 16:42:41 +03:00
Remove min version of setuptools (#5617)
This commit is contained in:
@@ -19,9 +19,7 @@ install_requires = [
|
|||||||
'pyrfc3339',
|
'pyrfc3339',
|
||||||
'pytz',
|
'pytz',
|
||||||
'requests[security]>=2.4.1', # security extras added in 2.4.1
|
'requests[security]>=2.4.1', # security extras added in 2.4.1
|
||||||
# For pkg_resources. >=1.0 so pip resolves it to a version cryptography
|
'setuptools',
|
||||||
# will tolerate; see #2599:
|
|
||||||
'setuptools>=1.0',
|
|
||||||
'six>=1.9.0', # needed for python_2_unicode_compatible
|
'six>=1.9.0', # needed for python_2_unicode_compatible
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@@ -12,9 +12,7 @@ install_requires = [
|
|||||||
'certbot=={0}'.format(version),
|
'certbot=={0}'.format(version),
|
||||||
'mock',
|
'mock',
|
||||||
'python-augeas',
|
'python-augeas',
|
||||||
# For pkg_resources. >=1.0 so pip resolves it to a version cryptography
|
'setuptools',
|
||||||
# will tolerate; see #2599:
|
|
||||||
'setuptools>=1.0',
|
|
||||||
'zope.component',
|
'zope.component',
|
||||||
'zope.interface',
|
'zope.interface',
|
||||||
]
|
]
|
||||||
|
@@ -12,9 +12,7 @@ install_requires = [
|
|||||||
'certbot=={0}'.format(version),
|
'certbot=={0}'.format(version),
|
||||||
'cloudflare>=1.5.1',
|
'cloudflare>=1.5.1',
|
||||||
'mock',
|
'mock',
|
||||||
# For pkg_resources. >=1.0 so pip resolves it to a version cryptography
|
'setuptools',
|
||||||
# will tolerate; see #2599:
|
|
||||||
'setuptools>=1.0',
|
|
||||||
'zope.interface',
|
'zope.interface',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@@ -12,9 +12,7 @@ install_requires = [
|
|||||||
'certbot=={0}'.format(version),
|
'certbot=={0}'.format(version),
|
||||||
'dns-lexicon',
|
'dns-lexicon',
|
||||||
'mock',
|
'mock',
|
||||||
# For pkg_resources. >=1.0 so pip resolves it to a version cryptography
|
'setuptools',
|
||||||
# will tolerate; see #2599:
|
|
||||||
'setuptools>=1.0',
|
|
||||||
'zope.interface',
|
'zope.interface',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@@ -12,9 +12,7 @@ install_requires = [
|
|||||||
'certbot=={0}'.format(version),
|
'certbot=={0}'.format(version),
|
||||||
'mock',
|
'mock',
|
||||||
'python-digitalocean>=1.11',
|
'python-digitalocean>=1.11',
|
||||||
# For pkg_resources. >=1.0 so pip resolves it to a version cryptography
|
'setuptools',
|
||||||
# will tolerate; see #2599:
|
|
||||||
'setuptools>=1.0',
|
|
||||||
'six',
|
'six',
|
||||||
'zope.interface',
|
'zope.interface',
|
||||||
]
|
]
|
||||||
|
@@ -12,9 +12,7 @@ install_requires = [
|
|||||||
'certbot=={0}'.format(version),
|
'certbot=={0}'.format(version),
|
||||||
'dns-lexicon',
|
'dns-lexicon',
|
||||||
'mock',
|
'mock',
|
||||||
# For pkg_resources. >=1.0 so pip resolves it to a version cryptography
|
'setuptools',
|
||||||
# will tolerate; see #2599:
|
|
||||||
'setuptools>=1.0',
|
|
||||||
'zope.interface',
|
'zope.interface',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@@ -12,9 +12,7 @@ install_requires = [
|
|||||||
'certbot=={0}'.format(version),
|
'certbot=={0}'.format(version),
|
||||||
'dns-lexicon',
|
'dns-lexicon',
|
||||||
'mock',
|
'mock',
|
||||||
# For pkg_resources. >=1.0 so pip resolves it to a version cryptography
|
'setuptools',
|
||||||
# will tolerate; see #2599:
|
|
||||||
'setuptools>=1.0',
|
|
||||||
'zope.interface',
|
'zope.interface',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@@ -15,9 +15,7 @@ install_requires = [
|
|||||||
'mock',
|
'mock',
|
||||||
# for oauth2client.service_account.ServiceAccountCredentials
|
# for oauth2client.service_account.ServiceAccountCredentials
|
||||||
'oauth2client>=2.0',
|
'oauth2client>=2.0',
|
||||||
# For pkg_resources. >=1.0 so pip resolves it to a version cryptography
|
'setuptools',
|
||||||
# will tolerate; see #2599:
|
|
||||||
'setuptools>=1.0',
|
|
||||||
'zope.interface',
|
'zope.interface',
|
||||||
# already a dependency of google-api-python-client, but added for consistency
|
# already a dependency of google-api-python-client, but added for consistency
|
||||||
'httplib2'
|
'httplib2'
|
||||||
|
@@ -12,9 +12,7 @@ install_requires = [
|
|||||||
'certbot=={0}'.format(version),
|
'certbot=={0}'.format(version),
|
||||||
'dns-lexicon',
|
'dns-lexicon',
|
||||||
'mock',
|
'mock',
|
||||||
# For pkg_resources. >=1.0 so pip resolves it to a version cryptography
|
'setuptools',
|
||||||
# will tolerate; see #2599:
|
|
||||||
'setuptools>=1.0',
|
|
||||||
'zope.interface',
|
'zope.interface',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@@ -12,9 +12,7 @@ install_requires = [
|
|||||||
'certbot=={0}'.format(version),
|
'certbot=={0}'.format(version),
|
||||||
'dns-lexicon',
|
'dns-lexicon',
|
||||||
'mock',
|
'mock',
|
||||||
# For pkg_resources. >=1.0 so pip resolves it to a version cryptography
|
'setuptools',
|
||||||
# will tolerate; see #2599:
|
|
||||||
'setuptools>=1.0',
|
|
||||||
'zope.interface',
|
'zope.interface',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@@ -12,9 +12,7 @@ install_requires = [
|
|||||||
'certbot=={0}'.format(version),
|
'certbot=={0}'.format(version),
|
||||||
'dnspython',
|
'dnspython',
|
||||||
'mock',
|
'mock',
|
||||||
# For pkg_resources. >=1.0 so pip resolves it to a version cryptography
|
'setuptools',
|
||||||
# will tolerate; see #2599:
|
|
||||||
'setuptools>=1.0',
|
|
||||||
'zope.interface',
|
'zope.interface',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@@ -10,9 +10,7 @@ install_requires = [
|
|||||||
'certbot=={0}'.format(version),
|
'certbot=={0}'.format(version),
|
||||||
'boto3',
|
'boto3',
|
||||||
'mock',
|
'mock',
|
||||||
# For pkg_resources. >=1.0 so pip resolves it to a version cryptography
|
'setuptools',
|
||||||
# will tolerate; see #2599:
|
|
||||||
'setuptools>=1.0',
|
|
||||||
'zope.interface',
|
'zope.interface',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@@ -13,9 +13,7 @@ install_requires = [
|
|||||||
'mock',
|
'mock',
|
||||||
'PyOpenSSL',
|
'PyOpenSSL',
|
||||||
'pyparsing>=1.5.5', # Python3 support; perhaps unnecessary?
|
'pyparsing>=1.5.5', # Python3 support; perhaps unnecessary?
|
||||||
# For pkg_resources. >=1.0 so pip resolves it to a version cryptography
|
'setuptools',
|
||||||
# will tolerate; see #2599:
|
|
||||||
'setuptools>=1.0',
|
|
||||||
'zope.interface',
|
'zope.interface',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
4
setup.py
4
setup.py
@@ -46,9 +46,7 @@ install_requires = [
|
|||||||
'parsedatetime>=1.3', # Calendar.parseDT
|
'parsedatetime>=1.3', # Calendar.parseDT
|
||||||
'pyrfc3339',
|
'pyrfc3339',
|
||||||
'pytz',
|
'pytz',
|
||||||
# For pkg_resources. >=1.0 so pip resolves it to a version cryptography
|
'setuptools',
|
||||||
# will tolerate; see #2599:
|
|
||||||
'setuptools>=1.0',
|
|
||||||
'zope.component',
|
'zope.component',
|
||||||
'zope.interface',
|
'zope.interface',
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user