mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-05 01:59:44 +01:00
dc271e1a87
Signed-off-by: DQ <dengq@vmware.com>
18 lines
246 B
TOML
18 lines
246 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
pyyaml = "==4.2b1"
|
|
click = ">=7.1.1"
|
|
"jinja2" = ">=2.10.1"
|
|
packaging = ">=20.3"
|
|
|
|
[dev-packages]
|
|
pylint = "*"
|
|
pytest = "*"
|
|
|
|
[requires]
|
|
python_version = "3.7.5"
|