From a112ebd160d3acc20e6766d8550d757a0581797d Mon Sep 17 00:00:00 2001 From: Lukasz Rajewski Date: Tue, 22 Mar 2022 00:52:38 +0100 Subject: [APACHE] Add Apache CNF use case files Issue-ID: INT-2094 Signed-off-by: Lukasz Rajewski Signed-off-by: Michal Chabiera Signed-off-by: Michal Grzesik Change-Id: Ie8f72b9804f1055f49e1bc85dd0d712841eb0f5d --- tutorials/ApacheCNF/automation/Pipfile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tutorials/ApacheCNF/automation/Pipfile (limited to 'tutorials/ApacheCNF/automation/Pipfile') diff --git a/tutorials/ApacheCNF/automation/Pipfile b/tutorials/ApacheCNF/automation/Pipfile new file mode 100644 index 00000000..a8e79269 --- /dev/null +++ b/tutorials/ApacheCNF/automation/Pipfile @@ -0,0 +1,14 @@ +[[source]] +name = "pypi" +url = "https://pypi.org/simple" +verify_ssl = true + +[dev-packages] + +[packages] +onapsdk = "==9.3.0" +markupsafe = "==2.0.1" +kubernetes = "*" + +[requires] +python_version = "3.8" -- cgit 1.2.3-korg