aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ08nY2024-04-02 15:23:00 +0200
committerJ08nY2024-04-02 15:23:00 +0200
commitc628379541980db45306b33e182bb822b7ab3c83 (patch)
tree81b424eeac0de514bda5261e37c272c22e88d0b3
parenta04b55e53ba65b192cf7845e5ddd74c726c63200 (diff)
downloadpyecsca-c628379541980db45306b33e182bb822b7ab3c83.tar.gz
pyecsca-c628379541980db45306b33e182bb822b7ab3c83.tar.zst
pyecsca-c628379541980db45306b33e182bb822b7ab3c83.zip
m---------notebook0
-rw-r--r--pyproject.toml3
2 files changed, 2 insertions, 1 deletions
diff --git a/notebook b/notebook
-Subproject 681f1243aa989c6028fdbda03f8b63cf9fa5791
+Subproject d814afb34f044c6ea1486e17a32c8d4691d9b6a
diff --git a/pyproject.toml b/pyproject.toml
index 5596c27..540a68e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,3 +1,4 @@
+
[build-system]
requires = ["setuptools>=61.0", "setuptools_scm[toml]>=6.2"]
build-backend = "setuptools.build_meta"
@@ -65,7 +66,7 @@
"pari" = ["cysignals", "cypari2"]
"dev" = ["mypy", "flake8", "interrogate", "pyinstrument", "black", "types-setuptools"]
"test" = ["pytest>=7.0.0", "coverage", "pytest-cov", "pytest-sugar", "pytest-mock"]
-"doc" = ["sphinx", "sphinx-autodoc-typehints", "nbsphinx", "sphinx-paramlinks", "sphinx_design"]
+"doc" = ["sphinx", "sphinx-autodoc-typehints", "nbsphinx", "sphinx-paramlinks", "sphinx_design", "alabaster>=0.7.16"]
[tool.setuptools.packages.find]
include = ["pyecsca*"]