Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
卵のビルドアウトで依存関係をオーバーライドすることは可能ですか? 古いパッケージの要件を含むいくつかの卵に、いくつかの新しいライブラリを追加する必要があります。
buildout.cfg を編集して、必要なすべての依存関係を含むバージョン セクションを追加できます。
[buildout] ... versions = versions [versions] south = 0.7.3
詳細については、次のドキュメントを参照することもできます。