Changed pandoc doc dependencies

This commit is contained in:
Tim 2024-01-11 17:59:56 +01:00
parent eee2ac124f
commit 59ab16a870

View File

@ -63,7 +63,6 @@ html5lib = "^1.1"
loguru = "^0.7.0" loguru = "^0.7.0"
networkx = "^3.2.1" networkx = "^3.2.1"
pandas = "^2.1.4" pandas = "^2.1.4"
pandoc = "^2.3"
pgeocode = "^0.4.1" pgeocode = "^0.4.1"
psycopg2-binary = "^2.9.7" psycopg2-binary = "^2.9.7"
pymongo = "^4.6.0" pymongo = "^4.6.0"
@ -102,6 +101,7 @@ seaborn = "^0.13.0"
jupyter = "^1.0.0" jupyter = "^1.0.0"
myst-parser = "^1.0.0" myst-parser = "^1.0.0"
nbsphinx = "^0.9.2" nbsphinx = "^0.9.2"
pandoc = "^2.3"
sphinx = "*" sphinx = "*"
sphinx-copybutton = "^0.5.2" sphinx-copybutton = "^0.5.2"
sphinx-git = "^11.0.0" sphinx-git = "^11.0.0"