|
|
|
|
|
by andybak
705 days ago
|
|
> Importing the requirements.txt into the pyproject.toml is not a good idea as uv gets itself in a twist with all the low-level dependencies that exist in the requirements.txt. Can you explain? I wonder if you mean "requirements.txt generated via pip freeze" rather than "a human curated requirements.txt" |
|
If you just keep the requirements.txt "high level" then you should be okay. Just my experience with uv hanging for ages with a pip freeze made requirements file.