Python Management Upgrade
Summary
-
In keeping with other SRCT python projects we should bump the version supported to 3.7. This should be validated in CI runs.
-
Adopt https://docs.pipenv.org/ into the project
- drop all existing requirements files -> Pipfile
- set the version to 3.7
- update docker builds / CI builds to
pipenv install --system --deploy
Helpful Links
- see gitlab-ci.yml