←back to thread

Fun with uv and PEP 723

(www.cottongeeks.com)
619 points deepakjois | 1 comments | | HN request time: 0.202s | source
Show context
quibono ◴[] No.44371527[source]
Last time I looked at switching from poetry to uv I had an issue with pinning certain dependencies to always install from a private PyPI repository. Is there a way to do that now?

(also: possible there's always been a way and I'm an idiot)

replies(2): >>44371758 #>>44371913 #
1. codethief ◴[] No.44371758[source]
You mean something like https://docs.astral.sh/uv/concepts/indexes/ ?