harbor/make/photon/prepare/Pipfile
Qian Deng f742c415ad Upgrade the version of jinja2
Prevent verneribility issue

Signed-off-by: Qian Deng <dengq@vmware.com>
2019-04-22 10:58:44 +08:00

16 lines
204 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
pyyaml = "==4.2b1"
click = "*"
"jinja2" = ">=2.10.1"
[dev-packages]
pylint = "*"
[requires]
python_version = "3.6"