aboutsummaryrefslogtreecommitdiffstats
path: root/requirements.txt
diff options
context:
space:
mode:
authorCorentin LABBE <clabbe@baylibre.com>2020-06-03 15:23:53 +0200
committerCorentin LABBE <clabbe@baylibre.com>2020-06-11 08:04:46 +0200
commitb5bcfa146da2baf76fd466a7130a08465e9331ba (patch)
tree2d57826a0c1c1fb985e5af2fbc727a699e5f8faa /requirements.txt
parentb7b65449c824bc5cd7fdd0fba4a190fb47090e68 (diff)
SPEC-3408: convert releng-scripts to python3
This patch convert releng-scripts to python3. While at it, let's creating requirements.txt for specifying depencies yaml and jinja2. Change-Id: Iba7b45b10fd7e1336bf1e4a73e0e6275392e373c Bug-AGL: SPEC-3408 Signed-off-by: Corentin LABBE <clabbe@baylibre.com>
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
new file mode 100644
index 0000000..454abc7
--- /dev/null
+++ b/requirements.txt
@@ -0,0 +1,2 @@
+yaml
+jinja2