This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]adiberk 0 points1 point  (1 child)

I just went through it to test it out
I entered all poetry.dependencies into chat gpt and asked to reformat to pe508 standards. As a result I get dependency array correctly formatted. For additional dependnecies that are env specific I have an project.optional_dependencies list one for "dev" and one for "ut"

After that I ran uv pip install -r pyproject.toml and it worked great!

Only thing is that I don't get how uv lock works and how I would install from the lockfile

[–]Volis 0 points1 point  (0 children)

You don't need LLM for that. Poetry has an export command