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
This commit is contained in:
David Moreau Simard 2018-06-04 14:34:23 -04:00
parent 9723c6ba19
commit 0a37c3bdc2
No known key found for this signature in database
GPG Key ID: 33A07694CBB71ECC
1 changed files with 1 additions and 3 deletions

View File

@ -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