From db65bae2464b16c568198fef3f45788871a46b4f Mon Sep 17 00:00:00 2001 From: Jiri Podivin Date: Mon, 14 Jun 2021 15:48:30 +0200 Subject: [PATCH] Filling license info for Ansible and Pyflakes License information for the Ansible and Pyflakes was filled in using information obtained from their repective code repositories. Signed-off-by: Jiri Podivin Change-Id: If5f5438926d5da9a2a773f9541ba217e73e6b754 --- requirements.txt | 2 +- test-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 6c0cd81a..616ab829 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,6 @@ pbr>=3.1.1 # Apache-2.0 six>=1.11.0 # MIT PyYAML>=3.13 # MIT -ansible>=2.8,!=2.8.9,!=2.9.12,<2.10.0 +ansible>=2.8,!=2.8.9,!=2.9.12,<2.10.0 # GPLv3+ ansible-runner>=1.4.4 # Apache-2.0 cliff>=3.2.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index ceccf64c..72a34333 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6,7 +6,7 @@ hacking>=3.0,<3.1.0 # Apache-2.0 # remove this pyflakes from here once you bump the # hacking to 3.2.0 or above. hacking 3.2.0 takes # care of pyflakes version compatibilty. -pyflakes>=2.1.1 +pyflakes>=2.1.1 # MIT coverage!=4.4,>=4.0 # Apache-2.0 python-subunit>=1.0.0 # Apache-2.0/BSD