]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Add dependency on Michael Foord's mock library
authorFrancois Deppierraz <francois@ctrlaltdel.ch>
Wed, 19 May 2010 23:33:25 +0000 (16:33 -0700)
committerFrancois Deppierraz <francois@ctrlaltdel.ch>
Wed, 19 May 2010 23:33:25 +0000 (16:33 -0700)
_auto_deps.py

index 8ea70f821e2e648a61896433623b7c34d187f2e2..df4ec478ad21e1f4e94ad2e1682ceecbbfa2d3f2 100644 (file)
@@ -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",
                   ]