Felix Mueller
Felix Mueller
Part of: https://github.com/femueller/python-n26/issues/121 Done using [Dephell](https://dephell.readthedocs.io/): ``` dephell deps convert --from=Pipfile --to-format=poetry --to-path=pyproject.toml ``` What's missing: - [x] PyPI releases via Poetry - [x] Modify `Dockerfile` to use Poetry -...
When the project was created `pipenv` just emerged and seemed quite popular. From my observation this doesn't seem to be case anymore. Therefore, I would suggest to move this project...
As mentioned [here](https://github.com/femueller/python-n26/pull/122#pullrequestreview-1284243732), we could make more use of [Dependabot](https://docs.github.com/en/code-security/dependabot) to manage dependency updates and vulnerability fixes. Scope would be: * Update Python dependencies * Fix Python module vulnerabilities *...
As the `pykube` module is not maintained anymore (archived) we should switch to @hjacobs fork [pykube-ng](https://github.com/hjacobs/pykube). It also includes changes that we hardcoded into this project like HTTP retries: https://github.com/zalando-incubator/kubernetes-log-watcher/pull/72...