diff --git a/.gitignore b/.gitignore index 77d9124..2a1b6b0 100644 --- a/.gitignore +++ b/.gitignore @@ -136,3 +136,4 @@ samples/private *.html *.sqlite-journal +scratch.py diff --git a/pyproject.toml b/pyproject.toml index 470acf8..3f7665f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] requires = [ - "hatchling>=1.8.1", + "hatchling>=1.27.0", ] build-backend = "hatchling.build" @@ -59,7 +59,7 @@ dependencies = [ [project.optional-dependencies] build = [ - "hatch", + "hatch>1.14.0", "myst-parser[linkify]", "nose", "pytest",