Commit b91c4bd
Promote PyYaml to a direct dependency
After installing in a fresh Python virtual environment, `tmuxp` fails
with `ModuleNotFoundError: No module named 'yaml'`.
This happens because since switching from `kaptan` to `ConfigReader`,
`PyYaml` is no longer pulled in as a transitive dependency.
Adding `PyYaml` as a direct "main" dependency should fix this.1 parent 21b1ef0 commit b91c4bd
2 files changed
+10
-2
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
| |||
0 commit comments