damnever / pigar

:coffee: A tool to generate requirements.txt for Python project, and more than that. (IT IS NOT A PACKAGE MANAGEMENT TOOL)
https://damnever.github.io/pigar/
BSD 3-Clause "New" or "Revised" License
1.63k stars 90 forks source link

Support Pipfile (pipenv) #31

Open cgthayer opened 6 years ago

cgthayer commented 6 years ago

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

damnever commented 6 years ago

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

cgthayer commented 6 years ago

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