Commit 672c861
committed
Add [gke] and [test] optional dependencies with kubernetes
Why:
Pathways on Cloud GKE utilities and unit tests require kubernetes and pyyaml. Declaring optional dependency extras [gke] and [test] in pyproject.toml and updating requirements.txt enables installation of GKE and test dependencies.
How:
- Add gke and test extras to pyproject.toml under [project.optional-dependencies].
- Add kubernetes and pyyaml to requirements.txt.
What:
- Enables pip install 'pathwaysutils[gke]' and pip install 'pathwaysutils[test]'.1 parent 1089127 commit 672c861
2 files changed
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
41 | 50 | | |
42 | 51 | | |
43 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
0 commit comments