mirror of
https://github.com/cmur2/kube-stale-resources.git
synced 2024-11-14 18:56:15 +01:00
16 lines
187 B
TOML
16 lines
187 B
TOML
[[source]]
|
|
url = 'https://pypi.python.org/simple'
|
|
|
|
[requires]
|
|
python_version = '3.8'
|
|
|
|
[packages]
|
|
pyyaml = '*'
|
|
requests = '*'
|
|
|
|
[dev-packages]
|
|
rope = '*'
|
|
pylint = '*'
|
|
yapf = '*'
|
|
mypy = '*'
|