From 4f36e28492a529d67129dcecaf9d07ca69fb0cf6 Mon Sep 17 00:00:00 2001 From: Julien Romero Date: Sun, 2 Jun 2024 13:13:49 +0200 Subject: [PATCH] :memo: Add dependency to the doc --- doc/requirements.txt | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index 280343c..da306e3 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,3 +1,16 @@ sphinx_rtd_theme networkx -numpy \ No newline at end of file +numpy +pytest +pytest-cov +pytest-profiling +numpydoc +setuptools +wheel +twine +pylint +pycodestyle +pydot +pygments>=2.7.4 # not directly required, pinned by Snyk to avoid a vulnerability +pylint>=2.7.0 # not directly required, pinned by Snyk to avoid a vulnerability +sphinx>=3.0.4 # not directly required, pinned by Snyk to avoid a vulnerability