We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 20dbeb3 + 379b720 commit a13a18bCopy full SHA for a13a18b
pkgs/development/python-modules/drivelib/default.nix
@@ -4,8 +4,10 @@
4
expiringdict,
5
fetchPypi,
6
google-api-python-client,
7
+ google-auth,
8
google-auth-httplib2,
9
google-auth-oauthlib,
10
+ oauth2client,
11
pythonOlder,
12
setuptools,
13
versioneer,
@@ -36,8 +38,10 @@ buildPythonPackage rec {
36
38
dependencies = [
37
39
expiringdict
40
google-api-python-client
41
+ google-auth
42
google-auth-httplib2
43
google-auth-oauthlib
44
+ oauth2client
45
];
46
47
# Tests depend on a google auth token
0 commit comments