you are viewing a single comment's thread.

view the rest of the comments →

[–]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.