diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-07-24 11:18:43 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-07-24 11:18:43 +0200 |
commit | 18d12a68b1e3819c481624dd4a023e213ebf0aa0 (patch) | |
tree | 28690a6d36a1479b86825236d11e1f4b33edbaad | |
parent | 6102318c63a74d38375ba24788fdb91f7d1bdcd4 (diff) |
Updated from global requirements
Change-Id: Id43d175f0a61915fc703169fa6e115ee3bcd7556
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | requirements.txt | 2 | ||||
-rw-r--r-- | test-requirements.txt | 3 |
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 |