Skip to content

Remove redundant requirements.txt from install-cloudformation-update target#206

Merged
Jordi Soucheiron (jsoucheiron) merged 2 commits intoadd-cloudformation-update-make-targetsfrom
copilot/sub-pr-203
Feb 6, 2026
Merged

Remove redundant requirements.txt from install-cloudformation-update target#206
Jordi Soucheiron (jsoucheiron) merged 2 commits intoadd-cloudformation-update-make-targetsfrom
copilot/sub-pr-203

Conversation

Copy link
Contributor

Copilot AI commented Feb 6, 2026

Description

The install-cloudformation-update make target was installing both requirements.txt and requirements-cloudformation-update.txt. Since pip-compile generates requirements-cloudformation-update.txt as a complete dependency tree including all base dependencies, installing requirements.txt separately is redundant.

Changed:

install-cloudformation-update:
-	pip install -r requirements.txt -r requirements-cloudformation-update.txt .
+	pip install -r requirements-cloudformation-update.txt .

This makes installations faster by avoiding duplicate dependency resolution.

Checklist

  • I have updated the pyproject.toml

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

…udformation-update.txt

Co-authored-by: jsoucheiron <1830262+jsoucheiron@users.noreply.github.com>
Copilot AI changed the title [WIP] Update make targets for CloudFormation actions based on feedback Remove redundant requirements.txt from install-cloudformation-update target Feb 6, 2026
@jsoucheiron Jordi Soucheiron (jsoucheiron) marked this pull request as ready for review February 6, 2026 14:22
@jsoucheiron Jordi Soucheiron (jsoucheiron) merged commit f375317 into add-cloudformation-update-make-targets Feb 6, 2026
5 of 9 checks passed
@jsoucheiron Jordi Soucheiron (jsoucheiron) deleted the copilot/sub-pr-203 branch February 6, 2026 14:22
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