diff options
author | Yuya Kusakabe <yuya.kusakabe@gmail.com> | 2018-05-16 16:14:12 +0900 |
---|---|---|
committer | Yuya Kusakabe <yuya.kusakabe@gmail.com> | 2018-05-16 16:14:12 +0900 |
commit | 99a3049c67005bf5e0ba45db264d56d3b57cb792 (patch) | |
tree | fd6a2b824406dc916f43d38ef654dfa9cbe50f28 /test-requirements.txt | |
parent | 5bbaa4fb1e498272821c6bcb214eb05c78c7d5ff (diff) | |
download | vyos-1x-99a3049c67005bf5e0ba45db264d56d3b57cb792.tar.gz vyos-1x-99a3049c67005bf5e0ba45db264d56d3b57cb792.zip |
Add test-requirements.txt
Diffstat (limited to 'test-requirements.txt')
-rw-r--r-- | test-requirements.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt new file mode 100644 index 000000000..9348520b5 --- /dev/null +++ b/test-requirements.txt @@ -0,0 +1,5 @@ +python/ +lxml +pylint +nose +coverage |