Skip to content

Commit b77b53a

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

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ six>=1.9.0 # MIT
33
python-dateutil>=2.5.3 # BSD
44
setuptools>=21.0.0 # PSF/ZPL
55
pyyaml>=5.4.1 # MIT
6-
google-auth>=1.0.1 # Apache-2.0
76
websocket-client>=0.32.0,!=0.40.0,!=0.41.*,!=0.42.* # LGPLv2+
87
requests # Apache-2.0
98
requests-oauthlib # ISC

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929

3030
EXTRAS = {
3131
'adal': ['adal>=1.0.2']
32+
'google-auth': ['google-auth>=1.0.0']
3233
}
3334
REQUIRES = []
3435
with open('requirements.txt') as f:

0 commit comments

Comments
 (0)