We have a custom pypi server and need all requests to go through it, however haven't figured a way to make poetry always use our index server for all modules instead of pypi.org
[[tool.poetry.source]] name = "my-repo-name" url = "https://myrepo.url/"