From bf9fb7c871174c33411dafedf12c57afd759b92e Mon Sep 17 00:00:00 2001 From: Jean-Paul Chaput Date: Sun, 8 Oct 2023 23:17:14 +0200 Subject: [PATCH] Remove doxygen dependency and set minimum versions for deps. --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 133dc9c9..3dac3562 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,6 +6,7 @@ authors = [ { name = "Coriolis EDA Contributers" } ] readme = "README.rst" homepage = "https://github.com/lip6/coriolis" repository = "https://github.com/lip6/coriolis" +requires-python = ">= 3.7" packages = [ { include = "coriolis"}, ] @@ -42,7 +43,8 @@ include = [ "unittests", ] [tool.pdm.dev-dependencies] -doc = ["pelican", "doxygen"] +doc = ["pelican", "docutils >=0.16", "markupsafe >= 2.0.0" ] +#doc = ["pelican", "doxygen"] [build-system] requires = ["setuptools", "pdm-backend", "meson @ git+https://github.com/robtaylor/meson@mac-homebrew", "ninja", "meson-python == 0.13.2"]