diff options
author | Lovett, Trevor <trevor.lovett@att.com> | 2019-06-05 23:00:10 -0500 |
---|---|---|
committer | Lovett, Trevor <trevor.lovett@att.com> | 2019-06-05 23:00:10 -0500 |
commit | 533930e4f25494316ea7bc06bcc84b452b2fa529 (patch) | |
tree | 03e1600013c62f4568d3908105ed2ee918fe5ac7 /requirements.txt | |
parent | 5f9c956c157b106014e7b5104a799c4fb818dba1 (diff) |
[VVP] Removed yamllint library
Change-Id: If2c26b8650e8aba0a183d0cf47b1b3744dbfaf95
Issue-ID: VVP-201
Signed-off-by: Lovett, Trevor <trevor.lovett@att.com>
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt index ae23630..df25186 100644 --- a/requirements.txt +++ b/requirements.txt @@ -46,8 +46,7 @@ docutils==0.14 requests==2.20.0 appdirs==1.4.3 jinja2==2.10 -yamllint==1.12.1 six==1.12.0 -pyinstaller +pyinstaller mock openstack-heat |