Skip to content

Commit

Permalink
[pyproject.toml] Specify maximum version for all dependencies to avoi…
Browse files Browse the repository at this point in the history
…d breaking change
  • Loading branch information
moi15moi committed Sep 27, 2024
1 parent 0729992 commit cf59f47
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ license = { text = "MIT" }
readme = "README.md"
requires-python = ">=3.8"
dependencies = [
"ass",
"ass-tag-analyzer",
"fontTools>=4.38.0",
"freetype-py",
"FindSystemFontsFilename>=0.3.0",
"ass < 1",
"ass-tag-analyzer < 1",
"fontTools>=4.38.0, < 5",
"freetype-py>2, < 3",
"FindSystemFontsFilename>=0.3.0, < 1",
"langcodes>=3.4.1, < 4",
]
classifiers=[
Expand Down

0 comments on commit cf59f47

Please sign in to comment.