I like the functionality of the Pipfile and Pipfile.lock - let's bring it in.
This is made necessary by the fact that CI was hanging because it could not resolve my dependencies so I had to use pip freeze. Once you have a frozen pip file you may as well got the whole hog and use a Pipfile.lock.
Tasks
[ ] Need to update README.md with instructions on how to install pipenv
[ ] Convert requirements.txt and requirements-dev.txt into Pipfile
I like the functionality of the
Pipfile
andPipfile.lock
- let's bring it in.This is made necessary by the fact that CI was hanging because it could not resolve my dependencies so I had to use
pip freeze
. Once you have a frozen pip file you may as well got the whole hog and use aPipfile.lock
.Tasks
README.md
with instructions on how to installpipenv
requirements.txt
andrequirements-dev.txt
intoPipfile
Makefile
install-deps
job in CI pipeline