We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c885fc8 commit 08c2421Copy full SHA for 08c2421
pyproject.toml
@@ -12,6 +12,8 @@ dependencies = [
12
"iso8601 (>=2.1.0,<3.0.0); python_version < '4.0'",
13
"aiosqlite (>=0.16.0,<1.0.0)",
14
"pytz",
15
+ # Typing support for older Python
16
+ "typing-extensions (>= 4.1.0)",
17
]
18
classifiers = [
19
"License :: OSI Approved :: Apache Software License",
0 commit comments