Add support for Python 3
[yardstick.git] / requirements.txt
index 9c037ed..7041a96 100644 (file)
@@ -19,7 +19,7 @@ extras==0.0.3
 fixtures==1.4.0
 flake8==2.5.4
 funcsigs==0.4
-functools32==3.2.3.post2
+functools32==3.2.3.post2; python_version <= '2.7'
 futures==3.0.5
 iso8601==0.1.11
 Jinja2==2.8
@@ -31,7 +31,8 @@ linecache2==1.0.0
 lxml==3.5.0
 MarkupSafe==0.23
 mccabe==0.4.0
-mock==1.3.0
+# upgrade to version 2.0.0 to match python3 unittest.mock features
+mock==2.0.0
 monotonic==1.0
 msgpack-python==0.4.7
 netaddr==0.7.18