Updated from global requirements 50/70050/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Wed, 29 Apr 2020 10:25:13 +0000 (12:25 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Wed, 29 Apr 2020 10:25:13 +0000 (12:25 +0200)
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Change-Id: I4b376e05931ab44b846d3929132fac85055a63ec

requirements.txt
test-requirements.txt

index 402b931..6894e63 100644 (file)
@@ -3,7 +3,7 @@
 # process, which may cause wedges in the gate later.
 pbr!=2.1.0 # Apache-2.0
 PyYAML # MIT
-requests # Apache-2.0
+requests!=2.20.0 # Apache-2.0
 robotframework>=3.0
 scp
 cloudify-rest-client
index 971a3be..7e1b2b3 100644 (file)
@@ -6,7 +6,8 @@ mock # BSD
 nose # LGPL
 flake8 # 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
 ansible-lint