Skip to content

Commit

Permalink
Relax dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
titusz committed Jan 22, 2024
1 parent 0629c84 commit a6d630a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
22 changes: 12 additions & 10 deletions poetry.lock

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

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,17 @@ iscc-schema = "^0.4.1"
python-magic-bin = { version = "^0.4", markers = "sys_platform == 'win32' or (sys_platform == 'darwin' and platform_machine == 'x86_64')" }
python-magic = { version = "^0.4", markers = "sys_platform == 'linux' or (sys_platform == 'darwin' and platform_machine == 'arm64')" }
install-jdk = "^0.3"
platformdirs = "^3.1"
platformdirs = "*"
jmespath = "^1.0"
Pillow = "*"
pytaglib = "^2.0"
numpy = "^1.25"
pymupdf = "^1.21"
ebookmeta = "^1.2"
python-docx = "^0.8"
python-docx = "*"
typer = {extras = ["all"], version = "^0.9.0"}
pillow-avif-plugin = "^1.4.1"
pillow-heif = "^0.14.0"
pillow-avif-plugin = "^1.4"
pillow-heif = "^0.14"


[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit a6d630a

Please sign in to comment.