mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-01 08:09:59 +01:00
11f7d69d7c
replace some python packages to photon one Signed-off-by: DQ <dengq@vmware.com>
14 lines
163 B
TOML
14 lines
163 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
click = "*"
|
|
|
|
[dev-packages]
|
|
pylint = "*"
|
|
|
|
[requires]
|
|
python_version = "3.6"
|