Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

追加: ビルド特化 poetry group build を作成 #1292

Merged
merged 6 commits into from
May 27, 2024

Conversation

tarepan
Copy link
Contributor

@tarepan tarepan commented May 21, 2024

内容

概要: ビルド特化 poetry group build を新規作成

現在のビルドプロセスでは requirements-dev.txt で依存パッケージをインストールし、PyInstaller でパッケージングしている。
#1282 (comment) で指摘された通り、PyInstaller の関係で、インストールされる依存パッケージはプロダクションと限りなく同一であることが望ましい。
requirements-dev.txt はビルドにもプロダクションにも不要な複数のパッケージが含まれており、改善の余地がある。
また -dev は一般に開発環境用の名称であり、ビルド特化 group の名前として違和感がある。

このような背景から、ビルド特化 poetry group build の新規作成を提案します。

関連 Issue

part 1 of #1282

@tarepan tarepan requested a review from a team as a code owner May 21, 2024 17:09
@tarepan tarepan requested review from Hiroshiba and removed request for a team May 21, 2024 17:09
Copy link
Member

@Hiroshiba Hiroshiba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!!

@Hiroshiba Hiroshiba merged commit b1172bd into VOICEVOX:master May 27, 2024
4 checks passed
@tarepan tarepan deleted the refactor/requirements_build branch May 27, 2024 09:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants