We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
So I tried to migrate from poetry to uv for the repo https://github.com/kkrt-labs/kakarot but the documented command
poetry
uv
uv pip compile pyproject.toml -o requirements.txt
doesn't return anything
$ uv pip compile pyproject.toml -o requirements.txt warning: Requirements file requirements.txt does not contain any dependencies Resolved 0 packages in 163ms
On the other hand, poetry export -f requirements.txt -o requirements.txt does write a meaningful requirements.txt file
poetry export -f requirements.txt -o requirements.txt
requirements.txt
The text was updated successfully, but these errors were encountered:
Duplicate of #1619 , #1630 and others
Sorry, something went wrong.
Agreed
No branches or pull requests
So I tried to migrate from
poetry
touv
for the repo https://github.com/kkrt-labs/kakarot but the documented commanddoesn't return anything
On the other hand,
poetry export -f requirements.txt -o requirements.txt
does write a meaningfulrequirements.txt
fileThe text was updated successfully, but these errors were encountered: