diff options
author | Tommy Carpenter <tommy@research.att.com> | 2017-09-07 15:20:11 -0400 |
---|---|---|
committer | Tommy Carpenter <tommy@research.att.com> | 2017-09-07 15:23:09 -0400 |
commit | 9f174d2db89e71a747d448521b997381a3736d2b (patch) | |
tree | 51db523e917d77488acb2d23e47f8fcc918ff79d /cdap/cdapplugin/requirements.txt | |
parent | da9cdd6a23d2fa2748795a6c83b14cc4d3fa3d13 (diff) |
Integrate with policy handler
Issue-ID: DCAEGEN2-96
Change-Id: I2adbce7fafd5b84dd53a3deef4a53c253100bd9d
Signed-off-by: Tommy Carpenter <tommy@research.att.com>
Diffstat (limited to 'cdap/cdapplugin/requirements.txt')
-rw-r--r-- | cdap/cdapplugin/requirements.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cdap/cdapplugin/requirements.txt b/cdap/cdapplugin/requirements.txt index 1128300..48ff425 100644 --- a/cdap/cdapplugin/requirements.txt +++ b/cdap/cdapplugin/requirements.txt @@ -1 +1,3 @@ +--extra-index-url {{ TODO }}/simple +dcaepolicy==0.0.3 uuid==1.30 |