diff options
author | umry8364 <morgan.richomme@orange.com> | 2019-09-10 16:00:21 +0200 |
---|---|---|
committer | umry8364 <morgan.richomme@orange.com> | 2019-09-10 16:51:27 +0200 |
commit | 12b24d73e63a863df2ac8eb5f27c9b70722fa926 (patch) | |
tree | efc74662b585ead3259de05002167b6ac7815dd6 /robotframework-onap/requirements.txt | |
parent | a219ba9f57a34bca05d15762fd0f2b96cfc4ce85 (diff) |
add more-itertools in requirements (not only in test-requirements)
+ fix pep8 errors
Issue-ID: INT-1228
Change-Id: I26c46462f08b33d81d657d80497ba3d27db9242c
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Diffstat (limited to 'robotframework-onap/requirements.txt')
-rw-r--r-- | robotframework-onap/requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/robotframework-onap/requirements.txt b/robotframework-onap/requirements.txt index d82ec25..642fd19 100644 --- a/robotframework-onap/requirements.txt +++ b/robotframework-onap/requirements.txt @@ -17,3 +17,4 @@ robotframework-requests robotlibcore-temp six urllib3 +more-itertools~=5.0.0 |