Add dependency on Michael Foord's mock library
This commit is contained in:
parent
a2cff856ff
commit
b2542b8708
|
@ -32,6 +32,10 @@ install_requires=[
|
||||||
"pycrypto >= 2.0.1",
|
"pycrypto >= 2.0.1",
|
||||||
"pyasn1 >= 0.0.8a",
|
"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.
|
# Will be needed to test web apps, but not yet. See #1001.
|
||||||
#"windmill >= 1.3",
|
#"windmill >= 1.3",
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue