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:
a2cff85
)
Add dependency on Michael Foord's mock library
author
Francois Deppierraz
<francois@ctrlaltdel.ch>
Wed, 19 May 2010 23:33:25 +0000
(16:33 -0700)
committer
Francois Deppierraz
<francois@ctrlaltdel.ch>
Wed, 19 May 2010 23:33:25 +0000
(16:33 -0700)
_auto_deps.py
patch
|
blob
|
history
diff --git
a/_auto_deps.py
b/_auto_deps.py
index 8ea70f821e2e648a61896433623b7c34d187f2e2..df4ec478ad21e1f4e94ad2e1682ceecbbfa2d3f2 100644
(file)
--- a/
_auto_deps.py
+++ b/
_auto_deps.py
@@
-32,6
+32,10
@@
install_requires=[
"pycrypto >= 2.0.1",
"pyasn1 >= 0.0.8a",
+ # Mock - Mocking and Testing Library
+ # http://www.voidspace.org.uk/python/mock/
+ "mock",
+
# Will be needed to test web apps, but not yet. See #1001.
#"windmill >= 1.3",
]