aboutsummaryrefslogtreecommitdiffstats
path: root/requirements.txt
diff options
context:
space:
mode:
authoropensource-tnbt <sridhar.rao@spirent.com>2020-03-09 22:14:43 +0530
committeropensource-tnbt <sridhar.rao@spirent.com>2020-03-09 22:17:22 +0530
commit48ee46e8461ee5a6cce56c89bb791dee004e6300 (patch)
treea4a54b992dae8f70623aa84cba4cfa50d3641ab5 /requirements.txt
parentbdfa7edabbe6085e80c17ae1ce8c06e42ea5bc5c (diff)
CI: Support Jenkins-Verify Jobs in CIRV
This patch adds support to run pylint and sanity checks on patch submission. Signed-off-by: Sridhar K. N. Rao <sridhar.rao@spirent.com> Change-Id: Idd66dcee659814b87642f6b368d85caf92731386
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
new file mode 100644
index 0000000..9ce0a36
--- /dev/null
+++ b/requirements.txt
@@ -0,0 +1,13 @@
+# Copyright (c) 2020 Spirent Communications
+#
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+
+pyyaml==5.3
+pylint==1.8.2
+urllib3==1.25.8
+gitpython==3.0.8
+requests==2.8.1
+netaddr==0.7.18