mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-24 03:05:39 +01:00
16 lines
191 B
TOML
16 lines
191 B
TOML
|
[[source]]
|
||
|
url = "https://pypi.org/simple"
|
||
|
verify_ssl = true
|
||
|
name = "pypi"
|
||
|
|
||
|
[packages]
|
||
|
pyyaml = "*"
|
||
|
click = "*"
|
||
|
"jinja2" = "*"
|
||
|
|
||
|
[dev-packages]
|
||
|
pylint = "*"
|
||
|
|
||
|
[requires]
|
||
|
python_version = "3.6"
|