Skip to content

Commit 8894a08

Browse files
committed
Depend on standard-imghdr for Python 3.13
1 parent 2a3a14e commit 8894a08

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ name = "_sphinx_jinja2_compat"
7878
pth-content = "import sphinx_jinja2_compat"
7979

8080
[tool.dep_checker]
81-
allowed_unused = [ "jinja2", "markupsafe",]
81+
allowed_unused = [ "jinja2", "markupsafe", "standard_imghdr",]
8282

8383
[tool.dependency-dash."requirements.txt"]
8484
order = 10

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
jinja2>=2.10
22
markupsafe>=1
3+
standard-imghdr==3.10.14; python_version >= "3.13"

0 commit comments

Comments
 (0)