-
Notifications
You must be signed in to change notification settings - Fork 23
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
Pipfile: the replacement for requirements.txt #66
Comments
That would be a good change. But will it effect the existing pyproject.toml (compatibility with PEP 518)? |
Yes, It will replace pyproject.toml and it might affect setup.py. Not sure, about it rn. Can I submit a PR for it? |
Yes, sure @Kaushl2208. Just make sure the current build wheel build should not break because of this change. |
Is this still open @GMishx ? I wanna work on this. |
Yes @lohithmunakala, from my end the issue is still open. @Kaushl2208 do let us know if you are working on the issue. It will be nice to assign the issue to the person currently working on it. |
If @Kaushl2208 isn't working on it rn, can you help me get started with the issue @GMishx ? |
Hey @GMishx, We can assign this issue to @lohithmunakala. I don't have the rights to do so. |
Meanwhile @lohithmunakala You can start working on this issue. It will be a great help. |
I have assigned the ticket to you @lohithmunakala . You can start looking into pipenv documentation: https://pipenv.pypa.io/en/stable/
|
We can migrate our current requirement.txt file to pipfile due to several reasons like:
or, Refer: Why?
The text was updated successfully, but these errors were encountered: