mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-22 18:22:40 +00:00
bump 'mock' dependency to >=0.8.0, to get the .call object
The 0.6.0 version that was previously allowed did not provide .call, so test_cli.py failed during import.
This commit is contained in:
parent
7008ffa55e
commit
427193d855
@ -57,8 +57,8 @@ install_requires = [
|
||||
"pycrypto == 2.1.0, == 2.3, >= 2.4.1",
|
||||
"pyasn1 >= 0.0.8a",
|
||||
|
||||
# http://www.voidspace.org.uk/python/mock/
|
||||
"mock",
|
||||
# http://www.voidspace.org.uk/python/mock/ , 0.8.0 provides "call"
|
||||
"mock >= 0.8.0",
|
||||
|
||||
# pycryptopp-0.6.0 includes ed25519
|
||||
"pycryptopp >= 0.6.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user