summaryrefslogtreecommitdiffstats
path: root/build/download/requirements.txt
diff options
context:
space:
mode:
authorMichal Ptacek <m.ptacek@partner.samsung.com>2019-05-24 12:11:50 +0000
committerGerrit Code Review <gerrit@onap.org>2019-05-24 12:11:50 +0000
commitaaf39b1e4cc736fa6f192d46549afaab303c350d (patch)
treed29bd3aa1e38ae6db48604805c2fa881d42f99b5 /build/download/requirements.txt
parent507bda29594ce40ed66830183ec5647f39031299 (diff)
parent0f182dae0124173fbcce96d061d8123b6aa5d7c1 (diff)
Merge changes from topic "data-download"
* changes: Improve download of npm packages Improve download of http files Improve download of rpm Improve download of git repositories Improve docker image download script
Diffstat (limited to 'build/download/requirements.txt')
-rw-r--r--build/download/requirements.txt5
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