harbor/make/photon/prepare/Pipfile
DQ 444678fe07 Fix: module path raise exception when it is loop
add test for loop

Signed-off-by: DQ <dengq@vmware.com>
2020-03-23 19:29:59 +08:00

17 lines
219 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 = "*"
pytest = "*"
[requires]
python_version = "3.7.5"