Skip to content

build: remove unused docutils dependency#459

Merged
sobolevnrm merged 1 commit into
Electrostatics:mainfrom
nightcityblade:fix/issue-432
Apr 26, 2026
Merged

build: remove unused docutils dependency#459
sobolevnrm merged 1 commit into
Electrostatics:mainfrom
nightcityblade:fix/issue-432

Conversation

@nightcityblade
Copy link
Copy Markdown

Fixes #432

Removes docutils from the runtime dependency list in pyproject.toml. I checked the repository and it is not imported from package or test code, so keeping it as an install requirement appears unnecessary.

Validation:

  • built sdist and wheel with python -m build
  • installed the package into a fresh virtualenv with python -m pip install .
  • verified installed metadata no longer lists docutils as a requirement
  • verified import pdb2pqr succeeds after install

@sobolevnrm sobolevnrm merged commit af0f123 into Electrostatics:main Apr 26, 2026
7 checks passed
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.

Is docutils really a dependency?

2 participants