diff options
author | Lukasz Rajewski <lukasz.rajewski@t-mobile.pl> | 2022-10-21 10:36:42 +0200 |
---|---|---|
committer | Lukasz Rajewski <lukasz.rajewski@t-mobile.pl> | 2022-10-21 14:02:36 +0200 |
commit | 0c85ee9fc85870f8ba39befc63b8351301d4842f (patch) | |
tree | e08524866f18783ed711d2d11f0586330c65436a /tutorials/ApacheCNF/automation/Pipfile | |
parent | e7121fda9d1d39ee02af43e78e0d93a93e6de94f (diff) |
[APACHECNF] Various updates of the demo
Issue-ID: INT-2164
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl>
Change-Id: I1ce506db959d5fd865898422cb018b1428ec41ac
Diffstat (limited to 'tutorials/ApacheCNF/automation/Pipfile')
-rw-r--r-- | tutorials/ApacheCNF/automation/Pipfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tutorials/ApacheCNF/automation/Pipfile b/tutorials/ApacheCNF/automation/Pipfile index a8e79269..c8d35a7f 100644 --- a/tutorials/ApacheCNF/automation/Pipfile +++ b/tutorials/ApacheCNF/automation/Pipfile @@ -6,9 +6,9 @@ verify_ssl = true [dev-packages] [packages] -onapsdk = "==9.3.0" +onapsdk = "==10.1.0" markupsafe = "==2.0.1" -kubernetes = "*" +click = "==8.1.3" [requires] python_version = "3.8" |