aboutsummaryrefslogtreecommitdiffstats
path: root/tutorials/ApacheCNF/automation/Pipfile
blob: c8d35a7febeafe57b62bc5c50d003a700ad689be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]

[packages]
onapsdk = "==10.1.0"
markupsafe = "==2.0.1"
click = "==8.1.3"

[requires]
python_version = "3.8"