-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
uv pip compile support for setup.py and install_requires #2167
Comments
Hi. This looks like a duplicate of #1624 |
That issue is for setup.cfg. I was specifically asking about setup.py |
👍 It's actually the same underlying problem, so I think it makes sense to merge into that issue. |
If anyone have issues with generating requirements.txt from setup.py, try updating uv to the latest version. I did it so and it worked for me. Currently I am using uv version |
👍 We added |
It seems that currently
uv pip compile
only supportspyproject.toml
andrequirements.in
.Will
uv pip compile
supportsetup.py
'sinstall_requires
? If advertising as a drop in replacement forpip-tools
, it might be nice to call it out one way or another.The text was updated successfully, but these errors were encountered: