Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ version = "0.10.1"
description = "Generate a single PDF file from an `mkdocs` repository"
readme = "README.md"
license = "MIT"
requires-python = ">=3.9"
requires-python = ">=3.10"
dependencies = [
"beautifulsoup4 >= 4.9.3",
"libsass >= 0.23.0",
"mkdocs >= 1.6.1",
"weasyprint == 62.3",
"pydyf == 0.10.0",
"weasyprint == 68.1",
"pydyf == 0.11.0",
]
authors = [
{ name = "orzih" },
Expand All @@ -30,11 +30,11 @@ classifiers = [
"Intended Audience :: Information Technology",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
]

[project.optional-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions requirements-dev.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions requirements.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading