Has anyone looked at deploying a streamlit app that references a python package hosted in a private repository? We have a common code library that we reference in Pipfile which will pip install from a private GitHub repo we own. For non-streamlit deployments our CI/CD system is given a specific SSH key with permissions to access this repo, but we don’t (currently, as far as I see) have that option in Streamlit yet.
Figured I’d ask if anyone has tried this and might have found a solution.