Add dependency on Michael Foord's mock library

This commit is contained in:
Francois Deppierraz 2010-05-19 16:33:25 -07:00
parent a2cff856ff
commit b2542b8708
1 changed files with 4 additions and 0 deletions

View 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",
]