Skip to content

Commit

Permalink
explicit dependency on reportlab
Browse files Browse the repository at this point in the history
  • Loading branch information
mcfunley committed Nov 5, 2024
1 parent ae08c44 commit 7914a05
Show file tree
Hide file tree
Showing 2 changed files with 126 additions and 2 deletions.
125 changes: 124 additions & 1 deletion poetry.lock

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

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "keynote_export"
version = "0.1.0"
version = "0.1.1"
description = ""
authors = ["Dan McKinley <[email protected]>"]
repository = "https://github.com/mcfunley/better-keynote-export"
Expand All @@ -13,6 +13,7 @@ keynote-export = "keynote_export:main"
python = "^3.12"
jinja2 = "^3.1.4"
appscript = "^1.3.0"
reportlab = "^4.2.5"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 7914a05

Please sign in to comment.