cookiecutter-trio icon indicating copy to clipboard operation
cookiecutter-trio copied to clipboard

Use Pipfile instead of multiple requirements.txt

Open RatanShreshtha opened this issue 7 years ago • 1 comments

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.

RatanShreshtha avatar Oct 26 '18 19:10 RatanShreshtha

These days I think poetry would be a better choice

svermeulen avatar Jul 21 '21 22:07 svermeulen