Use pipenv instead of requirements.txt
One-sentence description
Migate to pipenv and Pipfile
Why?
Better handling of dependencies and virtual envs. Easier to use.
Current implementation
requirements.txt
Desired implementation
Pipfile and Pipfile.lock.
Edited by Thom Wiggers