aboutsummaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorJohn McGehee <bitbucket@johnnado.com>2015-04-19 18:06:48 -0700
committerJohn McGehee <bitbucket@johnnado.com>2015-04-19 20:26:46 -0700
commitf39ba21332dbe43635ad7952073d7ac8e1c86a56 (patch)
tree9b47ee39d008157d2c78e2cc84d4ded2634a167e /requirements.txt
parent3a9294b28154351945ad42b91467596984c5b1c2 (diff)
downloadpyfakefs-f39ba21332dbe43635ad7952073d7ac8e1c86a56.tar.gz
Replace dependency on 'mox' with standard library module 'mock'.
Import unittest2 for Python 2.6 compatability In Travis, conditionally install unittest2 for Python 2.6.
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 72ba31c..ddd4287 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1 +1 @@
-mox>=0.5
+wheel==0.23.0