Add blog dependencies to pyproject.toml #43
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
Add the required Python packages for the blog markdown system to
pyproject.toml.Required Packages
Package Purposes
python-frontmattermarkdownpygmentsAcceptance Criteria
pyproject.tomlmake setuporpip install -e .installs without errorsTechnical Notes
pygmentsis commonly used and may already be a transitive dependency[project.optional-dependencies]if preferredDependencies
Labels: Type/Chore, Priority/High, Complexity/Low, Efforts/XS, Sprint/8
✅ Completed
Added blog dependencies to
pyproject.toml:Installed and verified importable in venv.