Skip to content

chore: remove unused requirements.txt#7269

Open
prabinoid wants to merge 1 commit into
developfrom
chore/7183-remove-requirements-txt
Open

chore: remove unused requirements.txt#7269
prabinoid wants to merge 1 commit into
developfrom
chore/7183-remove-requirements-txt

Conversation

@prabinoid

Copy link
Copy Markdown
Collaborator

What type of PR is this? (check all applicable)

  • 🍕 Feature
  • 🐛 Bug Fix
  • 📝 Documentation
  • 🧑‍💻 Refactor
  • ✅ Test
  • 🤖 Build or CI
  • ❓ Other (please specify)

Related Issue

Part of #7183

Describe this PR

Removes the legacy requirements.txt from the repo root. Dependencies are
managed entirely by pyproject.toml + uv.lock, so the committed file was
stale and unused:

  • The AWS CloudFormation deploy generates its own copy at runtime
    (uv export --no-dev > requirements.txt in
    scripts/aws/cloudformation/tasking-manager.template.js) — it never reads
    the committed one.
  • The Docker build installs with uv sync --locked.

In the repo, the only references to requirements.txt
are the CloudFormation lines that create it. No CI workflow, Dockerfile, or
Makefile target consumes it.

@prabinoid prabinoid requested a review from anilrajrimal1 June 19, 2026 09:11
@sonarqubecloud

Copy link
Copy Markdown

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.

1 participant