Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

Local development requirements packages #5205

Closed
moas opened this issue Jul 11, 2024 · 1 comment
Closed

Local development requirements packages #5205

moas opened this issue Jul 11, 2024 · 1 comment
Labels
answered Automatically closed as answered after a custom delay question

Comments

@moas
Copy link

moas commented Jul 11, 2024

why did you decide to install the packages needed for production in local development environment ?

@moas moas added the question label Jul 11, 2024
@foarsitter
Copy link
Collaborator

Because you develop for production.

I'm using the capture_exception function of sentry a lot. It should mean that I cannot run my code locally without installing the sentry-sdk. Of course I can work around by writing code but I want my environments as equal as possible.

Another thing that comes to my mind is that a production dependency can be incompatible with you local stack. That is not something I want to find out in production. I know, it is highly theoretical, but installing the dependencies has no downside to me.

Feel free to read some about the change over here: #4838

@browniebroke browniebroke added the answered Automatically closed as answered after a custom delay label Jul 12, 2024
@cookiecutter cookiecutter locked and limited conversation to collaborators Jul 12, 2024
@browniebroke browniebroke converted this issue into discussion #5209 Jul 12, 2024

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
answered Automatically closed as answered after a custom delay question
Projects
None yet
Development

No branches or pull requests

3 participants