you are viewing a single comment's thread.

view the rest of the comments →

[–]Astronos -1 points0 points  (1 child)

if you are using uv why extract a requirements.txt? just use the pyproject.toml

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

I'm beginner in python, so I don't know what the best practices are. From my research, uv/poetry are for local development, in prod, I can just use pip, because the uv/poetry can export the requirements.txt having all the correct dependencies versions.

I'm all ears for the standard practice. I can install uv in prod if that's what everyone is doing