Replies: 1 comment
-
Of course, uv can also export a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The official documentation provides methods for installing packages and deploying services using
pip
andpoetry
.requirements.txt (Pip)
pyproject.toml (Poetry)
As more people start using
uv
, could provide a method for installing packages with uv?If my package only has the main group, using uv with pyproject.toml still works.
However, if I use groups to categorize packages, it might not function properly.
Beta Was this translation helpful? Give feedback.
All reactions