[Docker] Python+Poetryのビルド環境コンテナー


Pythonのパッケージ管理ではお馴染みのPoetry。

Poetry – Python dependency management and packaging made easy

Dependabotは対応しているものの、クラウド系のサービスにデプロイするときにはrequirements.txtが必要だったりもすることもあるので、exportで出力しておく。

将来のバージョンで標準から外されるpoetry-plugin-exportも、予め入れておかないと警告が出るので、pipで追加してある。

Commands | Documentation | Poetry – Python dependency management and packaging made easy

,