diff options
Diffstat (limited to 'testing/condprofile/requirements/ci-client.txt')
-rw-r--r-- | testing/condprofile/requirements/ci-client.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/condprofile/requirements/ci-client.txt b/testing/condprofile/requirements/ci-client.txt new file mode 100644 index 0000000000..1be689c6fb --- /dev/null +++ b/testing/condprofile/requirements/ci-client.txt @@ -0,0 +1,10 @@ +# pulled when running in TaskCluster for python 2 only +# we just pull dependencies required by condprof.client +requests==2.22.0 +pyyaml==5.1.2 + +# the target.condprof.tests.tar.gz archive pulls those dependencies +# directly into the condprof project root +./mozfile +./mozprofile +./mozlog |