Skip to content

Commit 9de1f3b

Browse files
committed
🙏
1 parent a003a27 commit 9de1f3b

File tree

2 files changed

+114
-36
lines changed

2 files changed

+114
-36
lines changed

poetry.lock

Lines changed: 110 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,10 @@ mike = "^1.1.2"
8686
mkdocs-material = "^9.1.18"
8787
mkdocs-literate-nav = "^0.6.0"
8888
mkdocs-section-index = "^0.3.5"
89+
cffi = [
90+
{ version = ">=1.15", python = "<3.8" },
91+
{ version = ">=1.16", python = ">=3.12" }
92+
]
8993

9094
# Linting
9195
[tool.ruff]

0 commit comments

Comments
 (0)