From 59ab16a870c93d9b9de0c7cfffe4ac0d67cfd42f Mon Sep 17 00:00:00 2001 From: Tim Date: Thu, 11 Jan 2024 17:59:56 +0100 Subject: [PATCH] Changed pandoc doc dependencies --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9830582..be499a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,6 @@ html5lib = "^1.1" loguru = "^0.7.0" networkx = "^3.2.1" pandas = "^2.1.4" -pandoc = "^2.3" pgeocode = "^0.4.1" psycopg2-binary = "^2.9.7" pymongo = "^4.6.0" @@ -102,6 +101,7 @@ seaborn = "^0.13.0" jupyter = "^1.0.0" myst-parser = "^1.0.0" nbsphinx = "^0.9.2" +pandoc = "^2.3" sphinx = "*" sphinx-copybutton = "^0.5.2" sphinx-git = "^11.0.0"