aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--requirements.txt4
-rw-r--r--test-requirements.txt3
2 files changed, 4 insertions, 3 deletions
diff --git a/requirements.txt b/requirements.txt
index ebd078dc..87af6317 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,7 +5,7 @@ pbr!=2.1.0 # Apache-2.0
stevedore # Apache-2.0
PyYAML # MIT
enum34;python_version=='2.7' or python_version=='2.6' or python_version=='3.3' # BSD
-requests # Apache-2.0
+requests!=2.20.0 # Apache-2.0
robotframework>=3.0
mock # BSD
PrettyTable<0.8 # BSD
@@ -13,4 +13,4 @@ six # MIT
python-subunit # Apache-2.0/BSD
os-testr # Apache-2.0
junitxml
-boto3 # Apache-2.0
+boto3 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index b30f6d1d..ef2ef201 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -6,7 +6,8 @@ mock # BSD
nose # LGPL
flake8<2.6.0,>=2.5.4 # MIT
pylint # GPLv2
-sphinx!=1.6.6,!=1.6.7 # BSD
+sphinx!=1.6.6,!=1.6.7,<2.0.0;python_version=='2.7' # BSD
+sphinx!=1.6.6,!=1.6.7;python_version>='3.4' # BSD
sphinx-rtd-theme
yamllint
doc8 # Apache-2.0