#Poetry https://python-poetry.org/docs/repositories/#install-dependencies-from-a-private-repository `foo`というリポジトリに対して、プライベートリポジトリのURLを設定する。 ```toml:pyproject.toml [[tool.poetry.source]] name = "foo" url = "https://foo.bar/simple/" ``` `simple`というのは例ではなく**決められた文字列**なので注意。