Skip to content

Drop duplicate praw entry from amber/requirements.txt #5687

@Yicong-Huang

Description

@Yicong-Huang

Task Summary

praw==7.6.1 is pinned in both amber/requirements.txt (engine SDK deps) and amber/operator-requirements.txt (operator-specific deps). Since praw is only used by the Reddit Search source operator, it belongs in operator-requirements.txt only. Drop the duplicate entry from amber/requirements.txt.

The Dockerfiles (bin/computing-unit-master.dockerfile, bin/computing-unit-worker.dockerfile) install both files sequentially, so removing the duplicate is a no-op for runtime — pip resolves the single remaining pin from operator-requirements.txt.

Scope

File Change
amber/requirements.txt drop praw==7.6.1 line (keep operator-requirements.txt pin)

Task Type

  • Refactor / Cleanup

Metadata

Metadata

Assignees

Type

No fields configured for Task.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions