xvik / gradle-use-python-plugin

Use python modules in gradle build

Home Page:https://xvik.github.io/gradle-use-python-plugin/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support Pipfile as alternative to requirements.txt

aadrian opened this issue · 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.

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.

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).