diff --git a/pyproject.toml b/pyproject.toml index 9da3295..dca2329 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,12 @@ classifiers = [ dynamic = ["version"] requires-python = ">=3.7" -dependencies = ["requests>=2.28.1", "pandas>=2", "pycountry>=22.3.5"] +dependencies = [ + "bokeh>=3,<4", + "requests>=2.28.1", + "pandas>=2", + "pycountry>=22.3.5", +] [project.optional-dependencies] docs = [ "docutils==0.17.1", # pinned to docutils==0.17.1 due to https://github.com/worldbank/template/issues/60. See also: https://jupyterbook.org/en/stable/content/citations.html?highlight=docutils#citations-and-bibliographies @@ -38,9 +43,9 @@ docs = [ "Source" = "https://github.com/worldbank/template" [tool.codespell] -skip = 'docs/_build,docs/references.bib,*.png,*.gz,*.whl' +skip = 'docs/_build,docs/bibliography.bib,*.png,*.gz,*.whl' ignore-regex = '^\s*"image\/png":\s.*' -ignore-words-list = "gost," +ignore-words-list = "gost,Nd" [tool.hatch.build.targets.sdist] include = [