pipenv is designed for applications and less for libraries.
As part of their philosophy they warn every time you try to use a different version of python from the one in the Pipfile.
Since this package should support any minor of python 3, we could omit the minor and have it shout less.
pipenv
is designed for applications and less for libraries. As part of their philosophy they warn every time you try to use a different version of python from the one in thePipfile
. Since this package should support any minor of python 3, we could omit the minor and have it shout less.