Skip to content

Commit 8a39c96

Browse files
committed
chore: add [async] extra to match repo-review 1.0
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 4a61359 commit 8a39c96

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,11 @@ cli = [
4444
pyproject = [
4545
"validate-pyproject-schema-store[all]",
4646
]
47+
async = [
48+
"httpx; python_version >= '3.11'",
49+
]
4750
all = [
48-
"sp-repo-review[cli,pyproject]",
51+
"sp-repo-review[cli,pyproject,async]",
4952
]
5053

5154
[project.urls]

0 commit comments

Comments
 (0)