diff options
author | Lovett, Trevor <trevor.lovett@att.com> | 2019-09-17 17:21:32 -0500 |
---|---|---|
committer | Lovett, Trevor (tl2972) <tl2972@att.com> | 2019-09-17 17:22:21 -0500 |
commit | c4bec47386b0df6c88d766f9d694ba5e77e43b0b (patch) | |
tree | 28e7cf2e6e22a530540e846007a22e5ca41a2e90 | |
parent | 3b6376d6ef6d8e90ad9ef4cc33ab610c501015d2 (diff) |
[VVP] Only install black on py 3.6 and up
Issue-ID: VVP-310
Change-Id: I352773d923c0cd4a7a8cc146504520031ebb32e8
Signed-off-by: Lovett, Trevor <trevor.lovett@att.com>
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 203dc09..2a356dd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -51,5 +51,5 @@ mock openstack-heat cached-property>=1.5,<1.6 bandit -black +black ; python_version>="3.6" pre-commit |