Update: Project dependencies

This commit is contained in:
mrjk 2022-02-01 21:28:33 -05:00
parent 9d6c83f50e
commit 2ba03573ea

View File

@ -14,6 +14,7 @@ python-box = "^5.4.1"
prettytable = "^3.0.0" prettytable = "^3.0.0"
dpath = "^2.0.5" dpath = "^2.0.5"
diskcache = "^5.4.0" diskcache = "^5.4.0"
mergedeep = "^1.3.4"
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]
json-schema-for-humans = "^0.40" json-schema-for-humans = "^0.40"
@ -23,6 +24,8 @@ mkdocs = "^1.2.3"
mkdocs-ivory = "^0.4.6" mkdocs-ivory = "^0.4.6"
Sphinx = "^4.4.0" Sphinx = "^4.4.0"
myst-parser = "^0.16.1" myst-parser = "^0.16.1"
bash_kernel = "^0.7.2"
jupyter = "^1.0.0"
[build-system] [build-system]
requires = ["poetry-core>=1.0.0"] requires = ["poetry-core>=1.0.0"]