Skip to content

Commit fdb7a55

Browse files
Set bounds on build requirements (#841)
1 parent 06c14ff commit fdb7a55

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
@@ -1,7 +1,10 @@
11
[build-system]
22
build-backend = "hatchling.build"
33

4-
requires = [ "hatch-vcs", "hatchling" ]
4+
requires = [
5+
"hatch-vcs>=0.5.0,<0.6.0",
6+
"hatchling>=1.27.0,<1.28.0",
7+
]
58

69
[project]
710
name = "usethis"

0 commit comments

Comments
 (0)