There was an error while loading. Please reload this page.
1 parent 06c14ff commit fdb7a55Copy full SHA for fdb7a55
1 file changed
pyproject.toml
@@ -1,7 +1,10 @@
1
[build-system]
2
build-backend = "hatchling.build"
3
4
-requires = [ "hatch-vcs", "hatchling" ]
+requires = [
5
+ "hatch-vcs>=0.5.0,<0.6.0",
6
+ "hatchling>=1.27.0,<1.28.0",
7
+]
8
9
[project]
10
name = "usethis"
0 commit comments