Skip to content

Commit

Permalink
Fixed dependency error with mkdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
MillenniumForce committed Dec 18, 2022
1 parent 32f4d2b commit b6256d4
Show file tree
Hide file tree
Showing 3 changed files with 86 additions and 101 deletions.
173 changes: 80 additions & 93 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 5 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ packages = [
]

[tool.poetry.dependencies]
python = ">=3.8,<4.0"
python = ">=3.8,<3.12"

black = { version = "^21.5b2", optional = true}
isort = { version = "^5.8.0", optional = true}
Expand All @@ -34,19 +34,17 @@ pytest-cov = { version = "^2.12.0", optional = true}
tox = { version = "^3.20.1", optional = true}
virtualenv = { version = "^20.2.2", optional = true}
pip = { version = "^20.3.1", optional = true}
mkdocs = { version = "^1.1.2", optional = true}
mkdocs-include-markdown-plugin = { version = "^1.0.0", optional = true}
mkdocs-material = { version = "^6.1.7", optional = true}
mkdocstrings = { version = "^0.15.2", optional = true}
mkdocs-material-extensions = { version = "^1.0.1", optional = true}
twine = { version = "^3.3.0", optional = true}
mkdocs-autorefs = {version = "^0.2.1", optional = true}
pre-commit = {version = "^2.12.0", optional = true}
toml = {version = "^0.10.2", optional = true}
bump2version = {version = "^1.0.1", optional = true}
pyparsing = {version = "^3.0.9", optional = true}
jinja2 = {version = "3.0.3", optional = true}
pandas = "^1.5.2"
mkdocs = {version = "1.3.0", optional = true}
mkdocs-material = {version = "8.2.15", optional = true}
mkdocs-include-markdown-plugin = {version = "^4.0.3", optional = true}
mkdocstrings = {extras = ["python"], version = "^0.19.1", optional = true}

[tool.poetry.extras]
test = [
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,5 @@ extras =
dev
commands =
poetry build
# mkdocs build
mkdocs build
twine check dist/*

0 comments on commit b6256d4

Please sign in to comment.