We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bffb98d commit 31917e5Copy full SHA for 31917e5
.gitignore
@@ -136,3 +136,4 @@ samples/private
136
137
*.html
138
*.sqlite-journal
139
+scratch.py
pyproject.toml
@@ -1,6 +1,6 @@
1
[build-system]
2
requires = [
3
- "hatchling>=1.8.1",
+ "hatchling>=1.27.0",
4
]
5
build-backend = "hatchling.build"
6
@@ -59,7 +59,7 @@ dependencies = [
59
60
[project.optional-dependencies]
61
build = [
62
- "hatch",
+ "hatch>1.14.0",
63
"myst-parser[linkify]",
64
"nose",
65
"pytest",
0 commit comments