Skip to content

Translate Pipfiles to Requirements in modules #341

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed

Conversation

leaveningagent
Copy link

@leaveningagent leaveningagent commented Apr 7, 2019

The plugin does not properly handle Pipfiles that sit in submodules
since the pipenv integration does not anticipate submodules.

This commit reworks the pipenv integration such that submodules are
supported. This changes will convert Pipfiles into requirements as
they are parsed by pip.js instead of doing it as a pre-processing
step. This is done since the submodule discovery logic sits in pip.js.

This closes #268.

The plugin does not properly handle Pipfiles that sit in submodules
since the pipenv integration does not anticipate submodules.

This commit reworks the pipenv integration such that submodules are
supported. This changes will convert Pipfiles into requirements as
they are parsed by `pip.js` instead of doing it as a pre-processing
step. This is done since the submodule discovery logic sits in pip.js.
@leaveningagent
Copy link
Author

I've no clue why the tests cannot find pipenv, any idea?

@jack1902
Copy link

jack1902 commented Aug 7, 2019

Is this fix still being implemented as I have this exact issue. Much prefer pipenv over requirements.txt files but this is forcing my hand to use requirements.txt without this fix getting implemented

@ComfyDust

This comment has been minimized.

@endre-synnes
Copy link

Any news about this issue? Would be nice to have this functionality merged 😄

@michael-c-hoffman
Copy link

will this ever be merged?

@pgrzesik
Copy link
Contributor

Hey @leaveningagent - it's been a long time since this PR was proposed. I'm going to close it, if you feel like the issue is valid, please open a new issue or a new PR against the latest main branch. Thanks 🙇

@pgrzesik pgrzesik closed this Sep 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Package individually not working with pipenv modules