Skip to content

Commit

Permalink
fix: upper-bound google-auth dependency
Browse files Browse the repository at this point in the history
For consistency with google-api-core, which specifies
`google-auth >= 1.21.1, < 2.0dev` as a dependency.
  • Loading branch information
bbatliner committed Feb 9, 2021
1 parent 91b61d3 commit 79d7a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -33,7 +33,7 @@

install_requires = [
"httplib2>=0.15.0,<1dev",
"google-auth>=1.16.0",
"google-auth>=1.16.0,<2dev",
"google-auth-httplib2>=0.0.3",
"google-api-core>=1.21.0,<2dev",
"six>=1.13.0,<2dev",
Expand Down

0 comments on commit 79d7a1f

Please sign in to comment.