mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-24 11:15:24 +01:00
a4855cca36
update makefile add model for prepare update jinja template for prepare Signed-off-by: DQ <dengq@vmware.com>
16 lines
206 B
TOML
16 lines
206 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.7.5"
|