-
Notifications
You must be signed in to change notification settings - Fork 25
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
Key error raised on requirements subcommand when VCS dependency is specified #256
Comments
If we accept the new scope proposed in #249 (point 1), this is out of scope. (because micropipenv should parse Pipfile.lock, not attempt to resolve Pipfile to Pipfile.lock) |
This corresponds to the requirements feature. In some cases, users might want to convert Pipfile to requirements style output (see also The reported bug affects |
Ah, sorry - opened another issue. Ideally yes, if there is only one standard for defining requirements and lockfiles, this would not be needed. But I would expect it will take some time (years?) to have the lockfile standard accepted and used widely. In the meantime, micropipenv could be helpful. |
Does any of you plan to propose a fix for this bug? |
Describe the bug
Given the following Pipfile:
Running the following command:
I get the following error:
Expected behavior
Requirements should be generated respecting VCS dependency stated in the provided Pipfile.
The text was updated successfully, but these errors were encountered: