From e0bae0cb8a71fd0967b37528a324fd1962dfb6cb Mon Sep 17 00:00:00 2001 From: Jared Dillard Date: Sun, 18 Feb 2024 17:23:45 -0800 Subject: [PATCH] Add dev requirements to pyproject.toml --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 32fec41..57c4ae6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,6 +29,7 @@ readme = "README.rst" dynamic = [ "version", "dependencies", + "optional-dependencies", ] [project.urls] @@ -37,5 +38,8 @@ download = "https://pypi.org/project/sphinx-sitemap/" source = "https://github.com/jdillard/sphinx-sitemap" changelog = "https://github.com/jdillard/sphinx-sitemap/blob/master/CHANGELOG.rst" +[tool.setuptools.dynamic] +optional-dependencies = {dev = { file = ["requirements_dev.txt"] }} + [tool.isort] profile = "black"