mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-01 16:19:37 +01:00
f742c415ad
Prevent verneribility issue Signed-off-by: Qian Deng <dengq@vmware.com>
16 lines
204 B
TOML
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"
|