Add minimum version for requirements

OpenStack requirements now checks the minimum
verion for each requirements library[1].

This patch added the missing one to let the CI happy.

[1]: https://review.openstack.org/#/c/574367

Change-Id: I0deaa8f2b3248955d5a7baa7b2cb531516343ffe
This commit is contained in:
wangxiyuan 2018-06-15 16:27:43 +08:00 committed by wangxiyuan
parent 51bfa030b1
commit ebe781a3ea
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
flake8-docstrings==0.2.1.post1 # MIT
flake8-import-order
flake8-import-order>=0.17.1 #LGPLv3
bandit>=1.1.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0