Skip to content

Commit

Permalink
fix: Fix missing typing-extensions dependency on Python less than 3.10
Browse files Browse the repository at this point in the history
Issue #548: #548
  • Loading branch information
pawamoy committed Apr 5, 2023
1 parent 5c641fc commit bff760b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Expand Up @@ -35,6 +35,7 @@ dependencies = [
"mkdocs>=1.2",
"mkdocs-autorefs>=0.3.1",
"pymdown-extensions>=6.3",
"typing-extensions>=4.1; python_version < '3.10'",
]

[project.optional-dependencies]
Expand Down

0 comments on commit bff760b

Please sign in to comment.