Skip to content

Commit cc9ab0e

Browse files
committed
google-auth Made as optional dependency
1 parent b77b53a commit cc9ab0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# http://pypi.python.org/pypi/setuptools
2929

3030
EXTRAS = {
31-
'adal': ['adal>=1.0.2']
31+
'adal': ['adal>=1.0.2'],
3232
'google-auth': ['google-auth>=1.0.0']
3333
}
3434
REQUIRES = []

0 commit comments

Comments
 (0)