Commit d14fd16
committed
fix: add missing packaging dependency
The replicate.lib._schema module imports the packaging library
but it wasn't listed as a dependency in pyproject.toml, causing
ModuleNotFoundError when the module is imported.
Fixes import error: "ModuleNotFoundError: No module named 'packaging'"1 parent dbb4bf4 commit d14fd16
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
0 commit comments