Commit 59fc179
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
0 commit comments