diff options
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 65b369799..059775deb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ python-novaclient==6.0.0 python-congressclient==1.5.0 python-tackerclient==0.7.0 pexpect==4.0 -requests>=2.8.0 +requests==2.9.1 robotframework==3.0.2 robotframework-httplibrary==0.4.2 robotframework-requests==0.4.7 @@ -37,3 +37,5 @@ mock==1.3.0 iniparse==0.4 PrettyTable>=0.7.1,<0.8 # BSD six>=1.9.0 # MIT +git+https://gerrit.opnfv.org/gerrit/releng#egg=opnfv&subdirectory=modules +git+https://gerrit.opnfv.org/gerrit/barometer#egg=baro_tests |