Remove min version of setuptools (#5617)

This commit is contained in:
Nick Bebout
2018-02-23 13:26:11 -08:00
committed by Brad Warren
parent 1e46d26ac3
commit f3a0deba84
14 changed files with 14 additions and 42 deletions
+1 -3
View File
@@ -15,9 +15,7 @@ install_requires = [
'mock',
# for oauth2client.service_account.ServiceAccountCredentials
'oauth2client>=2.0',
# For pkg_resources. >=1.0 so pip resolves it to a version cryptography
# will tolerate; see #2599:
'setuptools>=1.0',
'setuptools',
'zope.interface',
# already a dependency of google-api-python-client, but added for consistency
'httplib2'