Skip to content

Move dev tools out of runtime dependencies#150

Draft
Mirochill wants to merge 1 commit into
useblocks:mainfrom
Mirochill:fix-138-production-dependencies
Draft

Move dev tools out of runtime dependencies#150
Mirochill wants to merge 1 commit into
useblocks:mainfrom
Mirochill:fix-138-production-dependencies

Conversation

@Mirochill
Copy link
Copy Markdown

Summary

  • Remove pre-commit, pytest, and the unused packaging dependency from runtime dependencies.
  • Keep pre-commit in the dev dependency group, where pytest already lives.
  • Update the editable package metadata in uv.lock to match pyproject.toml.

Validation

  • git diff --check
  • git diff --cached --check
  • Reviewed rg --line-number packaging|pre-commit|pytest|pkg_resources|parse_version pyproject.toml sphinx_simplepdf tests docs .github uv.lock
  • Not run locally

Closes #138

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.

Remove dev tools from production dependencies

1 participant