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:
a959235
)
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>
Fri, 10 Jul 2015 04:30:17 +0000
(
05:30
+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 d4f7087da89eac25f691eb01b5bcafb590ebc87f..da44cbe2b1d40a1d1308f808c8aaa1ac52c3d659 100644
(file)
--- a/
src/allmydata/_auto_deps.py
+++ b/
src/allmydata/_auto_deps.py
@@
-57,6
+57,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
@@
-84,6
+85,7
@@
package_imports = [
('characteristic', 'characteristic'),
('pyasn1-modules', 'pyasn1_modules'),
('txAWS', 'txaws'),
+ ('oauth2client', 'oauth2client'),
('python-dateutil', 'dateutil'),
('six', 'six'),
]