Skip to content

Commit 6670659

Browse files
committed
exclude version 1.1.0 of pyproject-hooks
pypa/pyproject-hooks#192 Fixes #128
1 parent dab492d commit 6670659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ requires-python = ">=3.9"
3030
dependencies = [
3131
"html5lib",
3232
"packaging",
33-
"pyproject_hooks",
33+
"pyproject_hooks>=1.0.0,!=1.1.0",
3434
"python-gitlab",
3535
"python-pypi-mirror",
3636
"requests",

0 commit comments

Comments
 (0)