Skip to content

Commit 27d370f

Browse files
committed
require packaging>=26.2 to use the Version class for typing
1 parent aa481e8 commit 27d370f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ classifiers = [
2828
]
2929
dynamic = ["version"]
3030
requires-python = ">=3.10"
31-
dependencies = ["requests", "tqdm>=4.40.0", "platformdirs", "packaging", "tabulate", "typing_extensions"]
31+
dependencies = ["requests", "tqdm>=4.40.0", "platformdirs", "packaging>=26.2", "tabulate", "typing_extensions"]
3232

3333
[project.urls]
3434
Repository = "https://github.com/python-ffmpegio/python-ffmpeg-downloader"

0 commit comments

Comments
 (0)