poise / poise-python

A Chef cookbook to provide a unified interface for installing Python, managing Python packages, and creating virtualenvs.
Apache License 2.0
124 stars 108 forks source link

Is pipenv going to be implemented? #101

Open 8la opened 6 years ago

8la commented 6 years ago

Hi, first of all congrats for such a nice work with poise series cookbooks and resources.

So, my question is about the implementation of Pipenv because it is being adopted officially by python as the package manager utility: https://packaging.python.org/tutorials/managing-dependencies/

Is it on the roadmap?

Thanks!