pigar icon indicating copy to clipboard operation
pigar copied to clipboard

Support Pipfile (pipenv)

Open cgthayer opened this issue 7 years ago • 2 comments

Awesome tool, I use pipenv a lot and I would love if pigar could generate Pipfile-s instead of requirements.txt. Thanks!

cgthayer avatar Oct 06 '17 18:10 cgthayer

Does pipenv install -r requirements.txt meets your need?

damnever avatar Aug 13 '18 03:08 damnever

There are some differences but that's what I currently do to work around the issue. https://github.com/pypa/pipfile

cgthayer avatar Aug 13 '18 14:08 cgthayer