Recommendation for Using a Private Git Repository as a Python Dependency
I’m looking for best practices on how to use a private Git repository as a dependency in a Python project. The repository is secured either via password protection or SSH keys.
What’s the recommended approach for adding the dependency to a script?
Thanks in advance for your help!
Stephen