Commit 3afaca8
authored
Made installation of checker for format=uri-reference explicit (#2075)
Details:
* The checker for format=uri-reference so far was available because
jupyter-events depends on it. That lead to the checker not being
available on Windows with Python>=3.13 because there jupyter is
not installed due to an issue.
This change installs the checker explicitly in order not to depend
on that anymore.
Signed-off-by: Andreas Maier <maiera@de.ibm.com>1 parent 453c7b0 commit 3afaca8
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
| 36 | + | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments