1
0
mirror of https://github.com/cmur2/kube-stale-resources.git synced 2025-06-29 00:30:25 +02:00
This commit is contained in:
Christian Nicolai
2019-12-13 11:19:14 +01:00
commit d5bb54cc8e
5 changed files with 601 additions and 0 deletions

14
Pipfile Normal file
View File

@ -0,0 +1,14 @@
[[source]]
url = 'https://pypi.python.org/simple'
[requires]
python_version = '3.8'
[packages]
pyyaml = '*'
requests = '*'
[dev-packages]
rope = '*'
pylint = '*'
yapf = '*'