Skip to content

Commit 59fc179

Browse files
authored
fix: add packaging as explicit dependency (#7)
The packaging library is used in kagan/cli/update.py for version parsing but was not declared as a runtime dependency. This caused ModuleNotFoundError when running kagan installed from PyPI on systems where packaging was not already present as a transitive dependency.
1 parent 38e249a commit 59fc179

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ dependencies = [
3434
"click>=8.1.0",
3535
"httpx>=0.27.0",
3636
"pyperclip>=1.11.0",
37+
"packaging>=24.0",
3738
]
3839

3940
[project.scripts]

0 commit comments

Comments
 (0)