Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable Resolving PathDependencies #289

Closed
wants to merge 2 commits into from

Conversation

nathanielheitsch
Copy link

This change adds a simple option to the export command to allow the exporting of path dependencies as their resolved version number.

This is to support a monorepo design where deployment to AWS requires a requirements.txt file in order to build Lambda Layers.

Copy link
Member

@radoering radoering left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add a test please?

Comment on lines +92 to +96
self,
cwd: Path,
output: IO | str,
with_extras: bool,
allow_editable: bool,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unrelated change?

@nathanielheitsch nathanielheitsch closed this by deleting the head repository Oct 2, 2024
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