Closed shawnmjones closed 6 years ago
Python endorses pipenv for dependency management in projects. This should replace the requirements.txt file currently in use.
pipenv
requirements.txt
Yes, I remember suggesting this the other day. Pipfile and pipenv are more modern approaches.
Indeed you did suggest it. That's why I looked at it.
Python endorses
pipenv
for dependency management in projects. This should replace therequirements.txt
file currently in use.