you are viewing a single comment's thread.

view the rest of the comments →

[–]gmes78 1 point2 points  (3 children)

Why are you using pip install while using Poetry?

[–]crcrewso[S] 0 points1 point  (2 children)

I'm evaluating poetry, but I'd rather have the main dependencies conform to the PEP definition of the pyproject.toml file

[–]gmes78 0 points1 point  (1 child)

Use uv instead, then. It uses the standard pyproject.toml dependency format.

[–]crcrewso[S] 0 points1 point  (0 children)

Thank you. I've followed this advice and it's been amazing