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

Include localstack-core[runtime] in dev install target #19

Merged
merged 2 commits into from
Oct 26, 2024

Conversation

simonrw
Copy link

@simonrw simonrw commented Oct 25, 2024

Motivation

Currently when setting up this project from the start, some imports are missing, namely

  • localstack
  • rolo
  • jinja2
  • ...

Changes

  • Add localstack-core[runtime] as a dev dependency so getting started is just make install && make test
  • Remove extra installation of same package from CI file since it's not needed any more
  • Before running twine upload on publish, install twine since this is not included anywhere

Now the getting started steps are the same for CI and locally, which is 👍

This makes getting started with the project easier, and less confusing.
@simonrw simonrw self-assigned this Oct 25, 2024
@simonrw simonrw marked this pull request as ready for review October 25, 2024 21:46
@simonrw simonrw requested a review from cloutierMat October 25, 2024 21:46
Copy link

@cloutierMat cloutierMat left a comment

Choose a reason for hiding this comment

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

Awesome, it was a bit convoluted to make work locally at first! That will help for sure.

@simonrw simonrw merged commit ee2e692 into master Oct 26, 2024
1 check passed
@thrau thrau deleted the unify-imports branch October 26, 2024 12:54
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