You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The latest releases of uv looked interesting with lock support so I decided to try converting one of my repos. I currently use pipenv to generate a requirements.txt
However, after running uv lock and uv pip compile pyproject.toml -o requirements.txt, the resulting requirements.txt file does not have what I was expecting to see.
uv 0.3.2
The latest releases of uv looked interesting with lock support so I decided to try converting one of my repos. I currently use pipenv to generate a
requirements.txt
This is what I have in the Pipfile
Based on what I could figure out, this should be a mostly equivalent
pyproject.toml
However, after running
uv lock
anduv pip compile pyproject.toml -o requirements.txt
, the resulting requirements.txt file does not have what I was expecting to see.Hopefully, someone can point out what I'm missing here. Thanks in advance.
The text was updated successfully, but these errors were encountered: