Skip to content

Commit

Permalink
fix: better build constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
lengau committed Nov 15, 2024
1 parent 1029c2b commit 82cfc8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,15 @@ docs = [
[tool.uv]
constraint-dependencies = [
# Basic constraints to allow --resolution=lowest
"build>=0.1.0",
"build>=0.7.0",
"iniconfig>=1.1.0",
"lxml>=5.0",
"pyparsing>=3.0.0",
"pyproject-hooks>=1.0.0",
"pyyaml>=5.0",
"markdown>=3.0",
"markupsafe>=2.0",
"pyyaml>5.0",
"regex>=2021.11.10",
"sphinx-basic-ng>=1.0.0b1",
"tornado>=4.0",
Expand Down

0 comments on commit 82cfc8b

Please sign in to comment.