diff options
Diffstat (limited to 'docker/requirements.txt')
-rw-r--r-- | docker/requirements.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docker/requirements.txt b/docker/requirements.txt index bae15ce..2845551 100644 --- a/docker/requirements.txt +++ b/docker/requirements.txt @@ -1,4 +1,5 @@ # TODO: May need to add the following line # --extra-index-url <onap pypi url> +--extra-index-url {{ ONAPTEMPLATE_PYPIURL_org_onap_dcaegen2 }} python-dockering==1.3.0 -dcaepolicy==0.0.4 +dcaepolicy==1.0.0 |