Skip to content

Commit

Permalink
Remove to_pdf because the dependencies of weasyprint are complex,…
Browse files Browse the repository at this point in the history
… and installation fails on macOS. I would like to leave the saving of HTML to PDF to the browser's functionality.
  • Loading branch information
akikuno committed Jul 28, 2024
1 parent fe9ef87 commit 0be6bcf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 34 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "cstag"
version = "1.0.5"
version = "1.1.0"
description = "Python library tailored for for manipulating and visualizing minimap2's cs tags"
authors = ["Akihiro Kuno <[email protected]>"]
homepage = "https://github.com/akikuno/cstag"
Expand All @@ -22,7 +22,6 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.8"
weasyprint = ">=52.5"

[tool.pytest.ini_options]
addopts = [
Expand Down
32 changes: 0 additions & 32 deletions src/cstag/to_pdf.py

This file was deleted.

0 comments on commit 0be6bcf

Please sign in to comment.