projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d9cb66
)
Add oauth2client to requirements.
author
Daira Hopwood
<daira@jacaranda.org>
Fri, 10 Jul 2015 04:30:17 +0000
(
05:30
+0100)
committer
Daira Hopwood
<daira@jacaranda.org>
Tue, 4 Aug 2015 17:20:42 +0000
(18:20 +0100)
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
src/allmydata/_auto_deps.py
patch
|
blob
|
history
diff --git
a/src/allmydata/_auto_deps.py
b/src/allmydata/_auto_deps.py
index 2dd4f80203cd9d3c9ef09a681419ee59e500511e..d4f319a08ab70c863ba7fa88977c3b1e01df1701 100644
(file)
--- a/
src/allmydata/_auto_deps.py
+++ b/
src/allmydata/_auto_deps.py
@@
-54,6
+54,7
@@
install_requires = [
# needed for cloud backend
"txAWS == 0.2.1.post5",
+ "oauth2client == 1.1.0",
"python-dateutil",
"six >= 1.4.1", # latest cryptography depends on this version; txAWS also depends on six
@@
-80,6
+81,7
@@
package_imports = [
('characteristic', 'characteristic'),
('pyasn1-modules', 'pyasn1_modules'),
('txAWS', 'txaws'),
+ ('oauth2client', 'oauth2client'),
('python-dateutil', 'dateutil'),
('six', 'six'),
]