Skip to content

Commit 1af3204

Browse files
committed
Fix up other deps
1 parent ef541c3 commit 1af3204

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
uv build
5959
- name: Check build
6060
run: |
61-
tar -tvf dist/mkdocstrings_python_accessors-*.tar.gz --wildcards '*mkdocstrings_python_accessors/py.typed'
61+
tar -tvf dist/mkdocstrings_python_accessors-*.tar.gz --wildcards '*mkdocstrings_handlers/python_accessors/py.typed'
6262
tar -tvf dist/mkdocstrings_python_accessors-*.tar.gz --wildcards 'mkdocstrings_python_accessors-*/LICENCE'
6363
6464
check-dependency-licences:

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ dev = [
5151
# ----------------
5252
"liccheck==0.9.2",
5353
"mypy==1.14.0",
54+
# Required for liccheck, see https://github.com/dhatim/python-license-check/pull/113
55+
"pip==24.3.1",
56+
"pre-commit==4.0.1",
57+
# Required for liccheck, see https://github.com/dhatim/python-license-check/pull/113
58+
"setuptools==75.6.0",
5459
"towncrier==24.8.0",
5560
]
5661
all-dev = [

0 commit comments

Comments
 (0)