Feature description
pinning python modules to a specific version in a requirements.txt seems to be a not-good practice. Migrating dependency management to a Pipfile (and a Pipfile.lock) would help in keeping the application stack more concise.
Acceptance criteria
- requirements.txt is removed in favour of Pipfile
@fridex