1
0
mirror of https://github.com/cmur2/kube-stale-resources.git synced 2025-06-29 00:30:25 +02:00

module: remove Pipfile.lock and put dev package version pinning into Pipfile

This commit is contained in:
Christian Nicolai
2020-04-30 16:07:08 +02:00
parent c66b7da71a
commit a6700b4fe7
2 changed files with 4 additions and 217 deletions

View File

@ -9,7 +9,7 @@ pyyaml = '*'
requests = '*'
[dev-packages]
rope = '*'
pylint = '*'
yapf = '*'
mypy = '*'
rope = '==0.16.0'
pylint = '==2.4.4'
yapf = '==0.29.0'
mypy = '== 0.770'