Skip to content

Commit

Permalink
release 0.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
ratoaq2 committed Jun 23, 2024
1 parent aeed571 commit ec4b805
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 66 deletions.
124 changes: 62 additions & 62 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
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pgsrip"
version = "0.1.11-dev"
version = "0.1.11"
description = "Rip your PGS subtitles"
authors = [
"Rato",
Expand Down Expand Up @@ -45,14 +45,14 @@ pgsrip = "pgsrip.cli:pgsrip"

[tool.poetry.dependencies]
python = "^3.9.0"
babelfish = "^0.6.0"
cleanit = "^0.4.7"
babelfish = "^0.6.1"
cleanit = "^0.4.8"
click = "^8.1.3"
pysrt = "^1.1.2"
pytesseract = "^0.3.10"
numpy = "^2.0.0"
opencv-python = "^4.7.0"
trakit = "^0.2.1"
trakit = "^0.2.2"
setuptools = "^70.1.0"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit ec4b805

Please sign in to comment.