aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--requirements.txt2
-rw-r--r--test-requirements.txt3
2 files changed, 2 insertions, 3 deletions
diff --git a/requirements.txt b/requirements.txt
index 6894e639b..402b931e2 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -3,7 +3,7 @@
# process, which may cause wedges in the gate later.
pbr!=2.1.0 # Apache-2.0
PyYAML # MIT
-requests!=2.20.0 # Apache-2.0
+requests # Apache-2.0
robotframework>=3.0
scp
cloudify-rest-client
diff --git a/test-requirements.txt b/test-requirements.txt
index b027ad3e4..db30c7f85 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -6,8 +6,7 @@ mock # BSD
nose # LGPL
flake8<2.6.0,>=2.5.4 # MIT
pylint # GPLv2
-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!=1.6.6,!=1.6.7 # BSD
sphinx-rtd-theme
yamllint
ansible-lint