Commit da168e7
authored
Explicitly install python tool dependencies (#195)
## Usage and product changes
Since the upgrade to rules-python v0.24
(typedb/typedb-dependencies#460), we are required to
explicitly install python dependencies in the WORKSPACE file. The python
tools happened to be unused, so these errors were not visible until the
sync dependencies tool was restored.1 parent b4aa542 commit da168e7
2 files changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
66 | 67 | | |
67 | 68 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
| 70 | + | |
69 | 71 | | |
70 | 72 | | |
71 | 73 | | |
| |||
0 commit comments