From: Francois Deppierraz <francois@ctrlaltdel.ch>
Date: Wed, 19 May 2010 23:33:25 +0000 (-0700)
Subject: Add dependency on Michael Foord's mock library
X-Git-Url: https://git.rkrishnan.org/simplejson/components/frontends/reliability?a=commitdiff_plain;h=b2542b87085be0958c4362ea43636a4b965dadce;p=tahoe-lafs%2Ftahoe-lafs.git

Add dependency on Michael Foord's mock library
---

diff --git a/_auto_deps.py b/_auto_deps.py
index 8ea70f82..df4ec478 100644
--- 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",
                   ]