Pythonのプロジェクトテンプレート
poetry install
cp src/.env.sample src/.env
poetry run python src/main.py
or
make main
make format
make test
make type-check
make format test type-check
poetry version <バージョン>
poetry search <パッケージ名>
pyproject.toml
を確認し、必要であれば制約を修正する。
その後
poetry update