gradle-use-python-plugin icon indicating copy to clipboard operation
gradle-use-python-plugin copied to clipboard

Support Pipfile as alternative to requirements.txt

Open aadrian opened this issue 2 years ago • 1 comments

Please support Pipfile as alternative to the limited requirements.txt.

e.g. https://pipenv.pypa.io/en/latest/basics/#example-pipfile-pipfile-lock

Thank you.

aadrian avatar Mar 08 '23 09:03 aadrian

This actually implies pipenv package support (because its lock file is useless without it). I will read about pipenv later to understand if it worth efforts.

xvik avatar Mar 09 '23 05:03 xvik

4.0.0 released with venv support.

I looked what pipenv is and I really see no value in supporting it: this plugin suppose to use existing python modules for something. Raw pip abilities should be more than enouth for simple use-cases. And complex use-cases should be more related to python modules development, which is out of plugin scope.

I'm closing this now, but if someone would share a real use-case when potential pipenv usage (in context of plugin) would be hard to avoid requirement, I'll of course re-consider pipenv addition. Technically its not hard, but I just don't see a good reason.

So please reopen in case of real need (or open new issue).

xvik avatar Apr 14 '24 07:04 xvik