diff options
author | Milan Verespej <m.verespej@partner.samsung.com> | 2019-04-18 14:37:51 +0200 |
---|---|---|
committer | Milan Verespej <m.verespej@partner.samsung.com> | 2019-05-24 10:26:50 +0200 |
commit | 8786632a6a9cf3be20e7b1d6a047751fa26fcf8b (patch) | |
tree | fb94be2d71b97bdbb3acbff309f8d3c63568f4ab /build/download/requirements.txt | |
parent | b1fe78553ea7d1caf90c1d52e195cd8f2a082008 (diff) |
Improve docker image download script
This is part of the series of changes that will improve
download scripts.
Issue-ID: OOM-1803
Change-Id: I6606762f8e05c25132257e5612997418a9d6d701
Signed-off-by: Milan Verespej <m.verespej@partner.samsung.com>
Diffstat (limited to 'build/download/requirements.txt')
-rw-r--r-- | build/download/requirements.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/build/download/requirements.txt b/build/download/requirements.txt new file mode 100644 index 00000000..875f0c67 --- /dev/null +++ b/build/download/requirements.txt @@ -0,0 +1,5 @@ +docker==3.7.2 +futures==3.2.0; python_version == '2.7' +prettytable==0.7.2 +progressbar2==3.39.3 +retrying==1.3.3 |