From 0a37c3bdc253d2d17b1fabba401f8d6b6b362a4a Mon Sep 17 00:00:00 2001 From: David Moreau Simard Date: Mon, 4 Jun 2018 14:34:23 -0400 Subject: [PATCH] Update requirements We no longer use debtcollector and decorator. In addition, Ansible 2.2 is EOL -- bump the req to >=2.4.1.0, effectively blacklisting the known bad release, 2.4.0.0. Change-Id: I91128540d992f206dbda51395830f450e6abf6be --- requirements.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9f26c8c3..dc02192e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,18 +1,16 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 jinja2>=2.9 -ansible>=2.2.0.0,!=2.4.0.0 +ansible>=2.4.1.0 Flask>=0.11,<0.13,!=0.12.3 Flask-SQLAlchemy Flask-Migrate Flask-Script Frozen-Flask -decorator>=4.0.0 cliff python-subunit setuptools>=11.3 pygments>=1.6 -debtcollector>=1.2.0 junit-xml>=1.7 pyfakefs six