Skip to content

Conversation

sababak
Copy link
Collaborator

@sababak sababak commented Oct 16, 2025

Add requirements.txt generation support

Summary: Adds optional create_requirements_txt parameter to create_requirements_json() function for SAS Event Stream Processing compatibility.

Changes:

New create_requirements_txt: bool = False parameter (backward compatible)
Generates standard pip requirements.txt format (package==version)
Creates file in same output path as requirements.json
Updated docstring documentation

Usage:
JSONFiles.create_requirements_json(
output_path="./output",
create_requirements_txt=True
)

Fixes: EDMMMX-13491

@sababak sababak requested a review from smlindauer October 16, 2025 18:14
I, Samuel Babak <[email protected]>, hereby add my Signed-off-by to this commit: 48eaf3b
I, Samuel Babak <[email protected]>, hereby add my Signed-off-by to this commit: b297a14
I, Samuel Babak <[email protected]>, hereby add my Signed-off-by to this commit: 20dd957

Signed-off-by: Samuel Babak <[email protected]>
Signed-off-by: Samuel Babak <[email protected]>
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