Can I use private repository as dependency? #400
Answered
by
renardeinside
filiphagan
asked this question in
Q&A
-
Hi,
Is it possible to add private pypi links and a safe way to pass access tokens using dbx? |
Beta Was this translation helpful? Give feedback.
Answered by
renardeinside
Aug 18, 2022
Replies: 1 comment 2 replies
-
hi @filiphagan ,
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
renardeinside
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hi @filiphagan ,
yes, you can. You'll need to setup it in the following way:
/etc/pip.conf
. You can configure this file via an init script. Take a look at this example (it's Azure Artifacts specific, but you could get a grasp of the idea).setup.py,
simply reference the library by it's name, nodependency_links
required.