Skip to content
Merged
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
2 changes: 0 additions & 2 deletions pycaption/scenarist.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
from io import BytesIO

from PIL import Image, ImageFont, ImageDraw
import arabic_reshaper
from bidi.algorithm import get_display
from fontTools.ttLib import TTFont
from langcodes import Language, tag_distance

Expand Down
10 changes: 4 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,10 @@
"beautifulsoup4>=4.12.1",
"lxml>=4.9.1",
"cssutils>=2.0.0",
"Pillow>=7.0.0",
"fonttools~=4.33.3",
"langcodes~=3.3.0",
"arabic-reshaper==3.0.0",
"python-bidi==0.4.2",
"striprtf==0.0.28"
"Pillow~=11.1.0",
"fonttools~=4.56.0",
"langcodes~=3.5.0",
"striprtf~=0.0.28"
]

dev_dependencies = ["pytest", "pytest-lazy-fixture"]
Expand Down
Loading