diff options
Diffstat (limited to 'testing/mozharness/requirements.txt')
-rw-r--r-- | testing/mozharness/requirements.txt | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/testing/mozharness/requirements.txt b/testing/mozharness/requirements.txt new file mode 100644 index 0000000000..6e0fa62b35 --- /dev/null +++ b/testing/mozharness/requirements.txt @@ -0,0 +1,28 @@ +# These packages are needed for mozharness unit tests. +# Output from 'pip freeze'; we may be able to use other versions of the below packages. +Cython==0.14.1 +Fabric==1.6.0 +PyYAML==6.0 +coverage==3.6 +distribute==0.6.35 +dulwich==0.19.6 +hg-git==0.4.0 +logilab-astng==0.24.2 +logilab-common==1.4.2 +mercurial==4.3.1 +mock==1.0.1 +pynose==1.4.8 +ordereddict==1.1 +paramiko==1.10.0 +pycrypto==2.6.1 +pyflakes==0.6.1 +pylint==0.27.0 +simplejson==2.1.1 +toml==0.10.2 +tomlkit==0.12.3 +unittest2==0.5.1 +virtualenv==1.5.1 +wsgiref==0.1.2 +urllib3==1.9.1 +google-api-python-client==1.5.1 +oauth2client==1.4.2 |