Dependencies required for an environment might not be required for another. Example environments: Production, Development.
| Label | Description | |
|---|---|---|
| Build |
Environment used for building distributable packages of the software. End users can ignore missing dependencies under this environment.
| |
| Development |
Environment used for developers to make code changes. End users can ignore missing dependencies under this environment.
| |
| Documentation |
Environment used for building the documentation. End users can ignore missing dependencies under this environment.
| |
| Production |
Normal environment for end users. A missing dependency under this environment will result in issues and errors during normal use.
| |
| Testing |
Environment used running the test suit to verify the functionality of the code. Dependencies in this environment are not needed for normal production usage.
|