cookiecutter-trio
cookiecutter-trio copied to clipboard
Use Pipfile instead of multiple requirements.txt
I have noticed that project generated using cookiecutter-trio is using multiple requirements.txt files for development, testing and documentation. I would like to propose to use Pipenv that will generate a Pipfile and Pipfile.lock and we can use PIpenv to manage that.
These days I think poetry would be a better choice