Skip to content

Commit 08c2421

Browse files
authored
Fix missing typing_extensions dependency (#2039)
1 parent c885fc8 commit 08c2421

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ dependencies = [
1212
"iso8601 (>=2.1.0,<3.0.0); python_version < '4.0'",
1313
"aiosqlite (>=0.16.0,<1.0.0)",
1414
"pytz",
15+
# Typing support for older Python
16+
"typing-extensions (>= 4.1.0)",
1517
]
1618
classifiers = [
1719
"License :: OSI Approved :: Apache Software License",

0 commit comments

Comments
 (0)