Skip to content

Commit

Permalink
google-auth Made as optional dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
shivanand007 committed Oct 8, 2024
1 parent b77b53a commit cc9ab0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# http://pypi.python.org/pypi/setuptools

EXTRAS = {
'adal': ['adal>=1.0.2']
'adal': ['adal>=1.0.2'],
'google-auth': ['google-auth>=1.0.0']
}
REQUIRES = []
Expand Down

0 comments on commit cc9ab0e

Please sign in to comment.