omg-badges
omg-badges copied to clipboard
Add option to use pipenv for virtual environment
From https://pypi.org/project/pipenv/
The problems that Pipenv seeks to solve are multi-faceted: You no longer need to use pip and virtualenv separately. They work together. Managing a requirements.txt file can be problematic, so Pipenv uses the upcoming Pipfile and Pipfile.lock instead, which is superior for basic use cases. Hashes are used everywhere, always. Security. Automatically expose security vulnerabilities. Give you insight into your dependency graph (e.g. $ pipenv graph). Streamline development workflow by loading .env files.
I would like to work on this.
That'd be a great addition 👍🏻