diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-12-09 07:43:21 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-12-09 07:43:21 +0000 |
commit | 3e8707b400695269f2f9737fb8e094419a461f6a (patch) | |
tree | 36883bae34483534b2a5074605ea117dab2c152e /requirements.txt | |
parent | 77458d72140c0e2a4ffc608bb36f64249abf2777 (diff) | |
parent | d334e0e1e56d265c95d79c551c315add252e58cd (diff) |
Merge "Added test cases for running the Python Tests included with SNAPS."
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index e4d2877c..88d0d7de 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ python-neutronclient==6.0.0 python-congressclient==1.5.0 virtualenv==1.11.4 pexpect==4.0 -requests==2.8.0 +requests>=2.8.0 robotframework==2.9.1 robotframework-requests==0.3.8 robotframework-sshlibrary==2.1.1 |