python-trio / cookiecutter-trio

Quickstart template for Trio projects
Creative Commons Zero v1.0 Universal
31 stars 12 forks source link

Use Pipfile instead of multiple requirements.txt #15

Open RatanShreshtha opened 6 years ago

RatanShreshtha commented 6 years ago

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.

svermeulen commented 3 years ago

These days I think poetry would be a better choice