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 c76c229..bae15ce 100644 --- a/docker/requirements.txt +++ b/docker/requirements.txt @@ -1,3 +1,4 @@ # TODO: May need to add the following line # --extra-index-url <onap pypi url> -python-dockering==1.2.0 +python-dockering==1.3.0 +dcaepolicy==0.0.4 |