[WIP] Understanding Dependencies in Hatch Configuration #488
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Coding agent has begun work on Understanding Dependencies in Hatch Configuration and will replace this description as work progresses.
See problem context
TITLE: Understanding Dependencies in Hatch Configuration
USER INTENT: The user seeks clarification on the differences between
extra-dependencies
anddependencies
in Hatch configuration.TASK DESCRIPTION: The user is trying to understand how to properly categorize dependencies in a Hatch project, specifically the distinction between mandatory and optional dependencies.
EXISTING: The assistant provided an initial explanation of the two types of dependencies in Hatch, outlining their purposes and typical usage scenarios.
PENDING: The user requested further verification of the assistant's explanation by consulting the official documentation to ensure accuracy.
CODE STATE: No specific code files were discussed or modified in this conversation.
RELEVANT CODE/DOCUMENTATION SNIPPETS:
dependencies
: Core runtime dependencies required for the project to function.extra-dependencies
: Optional dependencies for testing, linting, CI jobs, or special features.OTHER NOTES: The user expressed doubt about the assistant's initial explanation and requested a check against the official documentation, indicating a need for accurate and reliable information.