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:
ffd1b1f
)
Add oauth2client to requirements.
author
Daira Hopwood
<daira@jacaranda.org>
Fri, 17 Apr 2015 20:40:51 +0000
(21:40 +0100)
committer
Daira Hopwood
<daira@jacaranda.org>
Fri, 17 Apr 2015 21:31:39 +0000
(22:31 +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 bc9dcaf535d62ffeb1abb797d6d5a283b083b983..93ebfde35f6992b921377d644b3fa400e4b1f418 100644
(file)
--- a/
src/allmydata/_auto_deps.py
+++ b/
src/allmydata/_auto_deps.py
@@
-49,6
+49,7
@@
install_requires = [
# needed for cloud backend
"txAWS == 0.2.1.post5",
+ "oauth2client == 1.1.0",
# needed for cloud backend; also latest cryptography depends on this version
"six >= 1.4.1",
@@
-72,6
+73,7
@@
package_imports = [
('pyasn1', 'pyasn1'),
('mock', 'mock'),
('txAWS', 'txaws'),
+ ('oauth2client', 'oauth2client'),
('python-dateutil', 'dateutil'),
('six', 'six'),
]