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

Move install requires to requirements/default.txt #6569

Merged
merged 2 commits into from
Sep 9, 2021

Conversation

skshetry
Copy link
Member

@skshetry skshetry commented Sep 9, 2021

See #6560.

Thank you for the contribution - we'll try to review it as soon as possible. πŸ™

@skshetry skshetry added build skip-changelog Skips changelog dependencies Pull requests that update a dependency file labels Sep 9, 2021
@skshetry skshetry requested a review from isidentical September 9, 2021 05:23
@skshetry skshetry self-assigned this Sep 9, 2021
@skshetry skshetry requested a review from a team as a code owner September 9, 2021 05:23
@skshetry skshetry force-pushed the move-install-requires branch from d8a90b2 to 2f284ce Compare September 9, 2021 05:39
requirements/default.txt Outdated Show resolved Hide resolved
if key not in ("tests", "ssh_gssapi", "terraform")
]
extra_requirements["tests"] += extra_requirements["terraform"]
requirements["tests"] += requirements["terraform"]
requirements["dev"] = requirements["all"] + requirements["tests"]
Copy link
Member Author

@skshetry skshetry Sep 9, 2021

Choose a reason for hiding this comment

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

Sneaked in one small change here. πŸ˜„

@skshetry skshetry merged commit ef017be into iterative:master Sep 9, 2021
@skshetry skshetry deleted the move-install-requires branch September 9, 2021 09:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file skip-changelog Skips changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants