Skip to content

Commit

Permalink
Add pillow dependency and bump package verison
Browse files Browse the repository at this point in the history
  • Loading branch information
AliOsm committed Jul 24, 2024
1 parent dd969cd commit df44072
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 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 = "tahweel"
version = "0.0.8"
version = "0.0.9"
description = "تحويل ملفات PDF إلى Word و TXT"
authors = ["EasyBooks <[email protected]>"]
license = "MIT"
Expand Down Expand Up @@ -33,6 +33,7 @@ platformdirs = "^4.2.2"
tqdm = "^4.66.4"
google-api-python-client-stubs = "^1.26.0"
python-docx = "^1.1.2"
pillow = "^10.4.0"

[tool.poetry.scripts]
tahweel = "tahweel.cli:main"
Expand Down

0 comments on commit df44072

Please sign in to comment.