Skip to content

Commit

Permalink
update lock
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarlevin committed Jan 13, 2025
1 parent be2517e commit d81f2d3
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
36 changes: 18 additions & 18 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ plastex = "^3"
jinja2 = "^3"
pelican = { extras = ["markdown"], version = "^4.10", optional = true }
prefig = { extras = ["pycairo"], version = "^0.2.10", optional = true }
pycairo = [{version = ">=1.20, <=1.26", python = "3.8", optional = true}, {version = ">=1.20, <=1.26", python = ">=3.9", optional = true}]


# Development dependencies
# ------------------------
Expand All @@ -69,7 +69,7 @@ pep8-naming = "^0.14.1"

[tool.poetry.extras]
homepage = ["pelican"]
prefigure = ["prefig", "pycairo"]
prefigure = ["prefig"]

[tool.poetry.scripts]
pretext = 'pretext.cli:main'
Expand Down

0 comments on commit d81f2d3

Please sign in to comment.